Fragment.StartPostponedEnterTransition 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.
Begin postponed transitions after #postponeEnterTransition()
was called.
[Android.Runtime.Register("startPostponedEnterTransition", "()V", "GetStartPostponedEnterTransitionHandler", ApiSince=26)]
public virtual void StartPostponedEnterTransition ();
[<Android.Runtime.Register("startPostponedEnterTransition", "()V", "GetStartPostponedEnterTransitionHandler", ApiSince=26)>]
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() or FragmentManager#executePendingTransactions()
to complete the FragmentTransaction. If postponement was interrupted with FragmentManager#executePendingTransactions()
, before startPostponedEnterTransition()
, animations may not run or may execute improperly.
Java documentation for android.app.Fragment.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.