FragmentManager.PopBackStackInclusive 字段

定义

#popBackStack(String, int)标记和#popBackStack(int, int):如果已设置,并且已提供后退堆栈项的名称或 ID,则在找到不匹配项或到达堆栈底部之前,将使用所有匹配项。

[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

字段值

Value = 1
属性

注解

#popBackStack(String, int)标记和#popBackStack(int, int):如果已设置,并且已提供后退堆栈项的名称或 ID,则在找到不匹配项或到达堆栈底部之前,将使用所有匹配项。 否则,将删除所有条目,但不包括该条目。

适用于 . 的 android.app.FragmentManager.POP_BACK_STACK_INCLUSIVEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于