Fragment.SetEnterSharedElementCallback(SharedElementCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When custom transitions are used with Fragments, the enter transition callback is called when this Fragment is attached or detached when not popping the back stack.
[Android.Runtime.Register("setEnterSharedElementCallback", "(Landroid/app/SharedElementCallback;)V", "GetSetEnterSharedElementCallback_Landroid_app_SharedElementCallback_Handler")]
public virtual void SetEnterSharedElementCallback (Android.App.SharedElementCallback? callback);
[<Android.Runtime.Register("setEnterSharedElementCallback", "(Landroid/app/SharedElementCallback;)V", "GetSetEnterSharedElementCallback_Landroid_app_SharedElementCallback_Handler")>]
abstract member SetEnterSharedElementCallback : Android.App.SharedElementCallback -> unit
override this.SetEnterSharedElementCallback : Android.App.SharedElementCallback -> unit
Parameters
- callback
- SharedElementCallback
Used to manipulate the shared element transitions on this Fragment when added not as a pop from the back stack.
- Attributes
Remarks
When custom transitions are used with Fragments, the enter transition callback is called when this Fragment is attached or detached when not popping the back stack.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.