public interface

SharedElementCallback.OnSharedElementsReadyListener

 androidx.core.app.SharedElementCallback.OnSharedElementsReadyListener

Overview

Listener to be called after SharedElementCallback.onSharedElementsArrived(List, List, SharedElementCallback.OnSharedElementsReadyListener) when the shared elements are ready to be hidden in the source Activity and shown in the destination Activity.

Summary

Methods
public voidonSharedElementsReady()

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

Methods

public void onSharedElementsReady()

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