Android.App.ActivityOptions: Method Members

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

Public Methods

static
MakeCustomAnimation(Android.Content.Context, int, int) : ActivityOptions
Create an ActivityOptions specifying a custom animation to run when the activity is displayed.
static
MakeScaleUpAnimation(Android.Views.View, int, int, int, int) : ActivityOptions
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[]) : ActivityOptions
Documentation for this section has not yet been entered.
static
MakeSceneTransitionAnimation(Activity, Android.Views.View, string) : ActivityOptions
Create an ActivityOptions to transition between Activities using cross-Activity scene animations.
static
MakeTaskLaunchBehind() : ActivityOptions
If set along with Intent.
static
MakeThumbnailScaleUpAnimation(Android.Views.View, Android.Graphics.Bitmap, int, int) : ActivityOptions
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() : Android.OS.Bundle
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.