Android.App.ActivityOptions.MakeCustomAnimation Method
Create an ActivityOptions specifying a custom animation to run when the activity is displayed.

Syntax

[Android.Runtime.Register("makeCustomAnimation", "(Landroid/content/Context;II)Landroid/app/ActivityOptions;", "")]
public static ActivityOptions MakeCustomAnimation (Android.Content.Context context, int enterResId, int exitResId)

Parameters

context
Who is defining this. This is the application that the animation resources will be loaded from.
enterResId
A resource ID of the animation resource to use for the incoming activity. Use 0 for no animation.
exitResId
A resource ID of the animation resource to use for the outgoing activity. Use 0 for no animation.

Returns

Documentation for this section has not yet been entered.

Remarks

Create an ActivityOptions specifying a custom animation to run when the activity is displayed.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16