SharedElementCallback.OnSharedElementsReadyListener

Added in 1.1.0

public interface SharedElementCallback.OnSharedElementsReadyListener


Listener to be called after onSharedElementsArrived when the shared elements are ready to be hidden in the source Activity and shown in the destination Activity.

Summary

Public methods

abstract void

Call this method during or after the OnSharedElementsReadyListener has been received in onSharedElementsArrived to indicate that the shared elements are ready to be hidden in the source and shown in the destination Activity.

Public methods

onSharedElementsReady

Added in 1.1.0
abstract void onSharedElementsReady()

Call this method during or after the OnSharedElementsReadyListener has been received in onSharedElementsArrived to indicate that the shared elements are ready to be hidden in the source and shown in the destination Activity.