public static interface SharedElementCallback.OnSharedElementsReadyListener
android.app.SharedElementCallback.OnSharedElementsReadyListener |
当共享元素准备隐藏在源Activity中并显示在目标Activity中时,将在 onSharedElementsArrived(List, List, OnSharedElementsReadyListener)
之后调用侦听器。
Public methods |
|
---|---|
abstract void |
onSharedElementsReady() 在onSharedElementsArrived(List, List, OnSharedElementsReadyListener)中接收到 |
void onSharedElementsReady ()
在onSharedElementsArrived(List, List, OnSharedElementsReadyListener)中接收到 onSharedElementsArrived(List, List, OnSharedElementsReadyListener)
时或之后调用此方法,以指示共享元素已准备好隐藏在源中并显示在目标活动中。