Android.App.FragmentManager.PopBackStackInclusive Field
Flag for FragmentManager.PopBackStack(string, Android.App.PopBackStackFlags) and FragmentManager.PopBackStack(int, Android.App.PopBackStackFlags): 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.

Value: 1

Syntax

[Android.Runtime.Register("POP_BACK_STACK_INCLUSIVE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.PopBackStackFlags enum directly instead of this field.")]
public const PopBackStackFlags PopBackStackInclusive

Remarks

Flag for FragmentManager.PopBackStack(string, Android.App.PopBackStackFlags) and FragmentManager.PopBackStack(int, Android.App.PopBackStackFlags): 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.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11