The members of Android.App.SharedElementCallback are listed below.
See Also: Inherited members from Java.Lang.Object
Public Constructors
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |