Android APIs
Added in API level 23
public static interface

SharedElementCallback.OnSharedElementsReadyListener

android.app.SharedElementCallback.OnSharedElementsReadyListener

Class Overview

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

Summary

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

Public Methods

public abstract void onSharedElementsReady ()

Added in API level 23

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