The methods of Android.Transitions.Scene are listed below. For a list of all members, see the Scene Members list.
See Also: Inherited members from Java.Lang.Object
Enter()Enters this scene, which entails changing all values that are specified by this scene. | ||
Exit()Exits this scene, if it is the current scene on the scene's Scene.SceneRoot. | ||
static | GetSceneForLayout(Android.Views.ViewGroup, int, Android.Content.Context)Returns a Scene described by the resource file associated with the given layoutId parameter. | |
SetEnterAction(Java.Lang.IRunnable)Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well. | ||
SetExitAction(Java.Lang.IRunnable)Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well. |