Scene.Enter 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.
Enters this scene, which entails changing all values that are specified by this scene.
[Android.Runtime.Register("enter", "()V", "")]
public void Enter ();
[<Android.Runtime.Register("enter", "()V", "")>]
member this.Enter : unit -> unit
- Attributes
Remarks
Enters this scene, which entails changing all values that are specified by this scene. These may be values associated with a layout view group or layout resource file which will now be added to the scene root, or it may be values changed by an #setEnterAction(Runnable)
enter action}, or a combination of the these. No transition will be run when the scene is entered. To get transition behavior in scene changes, use one of the methods in TransitionManager
instead.
Java documentation for android.transition.Scene.enter()
.
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.