Android.Transitions.TransitionManager: Method Members

The methods of Android.Transitions.TransitionManager are listed below. For a list of all members, see the TransitionManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
BeginDelayedTransition(Android.Views.ViewGroup)
Convenience method to animate, using the default transition, to a new scene defined by all changes within the given scene root between calling this method and the next rendering frame.
static
BeginDelayedTransition(Android.Views.ViewGroup, Transition)
Convenience method to animate to a new scene defined by all changes within the given scene root between calling this method and the next rendering frame.
static
Go(Scene)
Convenience method to simply change to the given scene using the default transition for TransitionManager.
static
Go(Scene, Transition)
Convenience method to simply change to the given scene using the given transition.
SetTransition(Scene, Transition)
Sets a specific transition to occur when the given scene is entered.
SetTransition(Scene, Scene, Transition)
Sets a specific transition to occur when the given pair of scenes is exited/entered.
TransitionTo(Scene)
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).