public static interface SharedElementCallback.OnSharedElementsReadyListener
SharedElementCallback.onSharedElementsArrived(List, List, OnSharedElementsReadyListener)
when the shared elements are ready to be hidden in the source Activity and shown in the
destination Activity.Modifier and Type | Method and Description |
---|---|
void |
onSharedElementsReady()
Call this method during or after the OnSharedElementsReadyListener has been received
in
SharedElementCallback.onSharedElementsArrived(List, List,
OnSharedElementsReadyListener) to indicate that the shared elements are ready to be
hidden in the source and shown in the destination Activity. |
void onSharedElementsReady()
SharedElementCallback.onSharedElementsArrived(List, List,
OnSharedElementsReadyListener)
to indicate that the shared elements are ready to be
hidden in the source and shown in the destination Activity.