SharedElementCallback.OnSharedElementsReadyListener

Added in 1.1.0

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 functions

Unit

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 functions

onSharedElementsReady

Added in 1.1.0
fun onSharedElementsReady(): Unit

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.