FragmentManager.PopBackStackInclusive Field

Definition

Flag for #popBackStack(String, int) and #popBackStack(int, int): If set, and the name or ID of a back stack entry has been supplied, then all matching entries will be consumed until one that doesn't match is found or the bottom of the stack is reached.

[Android.Runtime.Register("POP_BACK_STACK_INCLUSIVE")]
public const Android.App.PopBackStackFlags PopBackStackInclusive = 1;
[<Android.Runtime.Register("POP_BACK_STACK_INCLUSIVE")>]
val mutable PopBackStackInclusive : Android.App.PopBackStackFlags

Field Value

Value = 1
Attributes

Remarks

Flag for #popBackStack(String, int) and #popBackStack(int, int): If set, and the name or ID of a back stack entry has been supplied, then all matching entries will be consumed until one that doesn't match is found or the bottom of the stack is reached. Otherwise, all entries up to but not including that entry will be removed.

Java documentation for android.app.FragmentManager.POP_BACK_STACK_INCLUSIVE.

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