- context
- The Context used to create the snapshot View.
- snapshot
- The Parcelable returned by SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View, Android.Graphics.Matrix, Android.Graphics.Matrix).
Documentation for this section has not yet been entered.
Reconstitutes 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>). The returned View will be sized and positioned after this call so that it is ready to be added to the decor View's overlay.
This is not called for Fragment Transitions.