- sharedElement
- The shared element View to create a snapshot for.
- viewToGlobalMatrix
- A matrix containing a transform from the view to the screen coordinates.
- screenBounds
- The bounds of shared element in screen coordinate space. This is the bounds of the view with the viewToGlobalMatrix applied.
Documentation for this section has not yet been entered.
Creates a snapshot of a shared element to be used by the remote Activity and reconstituted with SharedElementCallback.OnCreateSnapshotView(Android.Content.Context, Android.OS.IParcelable). A null return value will mean that the remote Activity will have a null snapshot View in SharedElementCallback.onSharedElementStart(java.util.List<java.lang.String>, java.util.List<android.view.View>, java.util.List<android.view.View>) and SharedElementCallback.onSharedElementEnd(java.util.List<java.lang.String>, java.util.List<android.view.View>, java.util.List<android.view.View>).
This is not called for Fragment Transitions.