TransitionManager.TransitionTo(Scene) Method

Definition

Change to the given scene, using the appropriate transition for this particular scene change (as specified to the TransitionManager, or the default if no such transition exists).

[Android.Runtime.Register("transitionTo", "(Landroid/transition/Scene;)V", "GetTransitionTo_Landroid_transition_Scene_Handler")]
public virtual void TransitionTo (Android.Transitions.Scene? scene);
[<Android.Runtime.Register("transitionTo", "(Landroid/transition/Scene;)V", "GetTransitionTo_Landroid_transition_Scene_Handler")>]
abstract member TransitionTo : Android.Transitions.Scene -> unit
override this.TransitionTo : Android.Transitions.Scene -> unit

Parameters

scene
Scene

The Scene to change to

Attributes

Remarks

Change to the given scene, using the appropriate transition for this particular scene change (as specified to the TransitionManager, or the default if no such transition exists).

Java documentation for android.transition.TransitionManager.transitionTo(android.transition.Scene).

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.

Applies to