Language

Activity.StartPostponedEnterTransition Method

Definition

Begin postponed transitions after postponeEnterTransition() was called.

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

Remarks

Begin postponed transitions after postponeEnterTransition() was called. If postponeEnterTransition() was called, you must call startPostponedEnterTransition() to have your Activity start drawing.

Android reference for android.app.Activity.startPostponedEnterTransition.

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