The members of Android.Transitions.TransitionManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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). |