Share via


Scene.Exit Method

Definition

Exits this scene, if it is the current scene on the scene's #getSceneRoot() scene root.

[Android.Runtime.Register("exit", "()V", "")]
public void Exit ();
[<Android.Runtime.Register("exit", "()V", "")>]
member this.Exit : unit -> unit
Attributes

Remarks

Exits this scene, if it is the current scene on the scene's #getSceneRoot() scene root. The current scene is set when #enter() entering a scene. Exiting a scene runs the #setExitAction(Runnable) exit action if there is one.

Java documentation for android.transition.Scene.exit().

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