FragmentController.ExecPendingActions Method

Definition

Execute any pending actions for the Fragments managed by the controller's FragmentManager.

[Android.Runtime.Register("execPendingActions", "()Z", "GetExecPendingActionsHandler", ApiSince=23)]
public virtual bool ExecPendingActions ();
[<Android.Runtime.Register("execPendingActions", "()Z", "GetExecPendingActionsHandler", ApiSince=23)>]
abstract member ExecPendingActions : unit -> bool
override this.ExecPendingActions : unit -> bool

Returns

true if queued actions were performed

Attributes

Remarks

Execute any pending actions for the Fragments managed by the controller's FragmentManager.

Call when queued actions can be performed [eg when the Fragment moves into a start or resume state].

Java documentation for android.app.FragmentController.execPendingActions().

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