Scene.Exit 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.
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.