The
methods
of Android.App.SharedElementCallback are listed below. For a list of all members, see the SharedElementCallback Members list.
See Also: Inherited members from Java.Lang.Object
Public Methods
| OnCaptureSharedElementSnapshot(Android.Views.View, Android.Graphics.Matrix, Android.Graphics.RectF) : Android.OS.IParcelableCreates a snapshot of a shared element to be used by the remote Activity and reconstituted
with SharedElementCallback.OnCreateSnapshotView(Android.Content.Context, Android.OS.IParcelable). |
| OnCreateSnapshotView(Android.Content.Context, Android.OS.IParcelable) : Android.Views.ViewReconstitutes a snapshot View from a Parcelable returned in
SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View, Android.Graphics.Matrix, Android.Graphics.Matrix) to be used 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>). |
| OnMapSharedElements(IList<string>, IDictionary<string, Android.Views.View>)Documentation for this section has not yet been entered. |
| OnRejectSharedElements(IList<Android.Views.View>)Documentation for this section has not yet been entered. |
| OnSharedElementEnd(IList<string>, IList<Android.Views.View>, IList<Android.Views.View>)Documentation for this section has not yet been entered. |
| OnSharedElementStart(IList<string>, IList<Android.Views.View>, IList<Android.Views.View>)Documentation for this section has not yet been entered. |