The methods of Android.App.ActivityOptions are listed below. For a list of all members, see the ActivityOptions Members list.
See Also: Inherited members from Java.Lang.Object
static | MakeCustomAnimation(Android.Content.Context, int, int)Create an ActivityOptions specifying a custom animation to run when the activity is displayed. | |
static | MakeScaleUpAnimation(Android.Views.View, int, int, int, int)Create an ActivityOptions specifying an animation where the new activity is scaled from a small originating area of the screen to its final full representation. | |
static | MakeSceneTransitionAnimation(Activity, params Android.Util.Pair[])Documentation for this section has not yet been entered. | |
static | MakeSceneTransitionAnimation(Activity, Android.Views.View, string)Create an ActivityOptions to transition between Activities using cross-Activity scene animations. | |
static | MakeTaskLaunchBehind()If set along with Intent. | |
static | MakeThumbnailScaleUpAnimation(Android.Views.View, Android.Graphics.Bitmap, int, int)Create an ActivityOptions specifying an animation where a thumbnail is scaled from a given position to the new activity window that is being started. | |
ToBundle()Returns the created options as a Bundle, which can be passed to Android.Content.Context.StartActivity(Android.Content.Intent, Android.OS.Bundle) and related methods. | ||
Update(ActivityOptions)Update the current values in this ActivityOptions from those supplied in otherOptions. |