Activity.FinishAfterTransition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.