Android.App.ActivityOptions Members

The members of Android.App.ActivityOptions are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.