Activity.FinishAfterTransition Method

Definition

Reverses the Activity Scene entry Transition and triggers the calling Activity to reverse its exit Transition.

[Android.Runtime.Register("finishAfterTransition", "()V", "GetFinishAfterTransitionHandler")]
public virtual void FinishAfterTransition ();
[<Android.Runtime.Register("finishAfterTransition", "()V", "GetFinishAfterTransitionHandler")>]
abstract member FinishAfterTransition : unit -> unit
override this.FinishAfterTransition : unit -> unit
Attributes

Remarks

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

Java documentation for android.app.Activity.finishAfterTransition().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to