Android.App.Activity.FinishAfterTransition Method
Reverses the Activity Scene entry Transition and triggers the calling Activity to reverse its exit Transition.

Syntax

[Android.Runtime.Register("finishAfterTransition", "()V", "GetFinishAfterTransitionHandler")]
public virtual void FinishAfterTransition ()

Remarks

Reverses the Activity Scene entry Transition and triggers the calling Activity to reverse its exit Transition. When the exit Transition completes, Activity.Finish is called. If no entry Transition was used, finish() is called immediately and the Activity exit Transition is run.

[Android Documentation]

Requirements

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