FragmentManager.PopBackStackInclusive Feld

Definition

Flag für 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 reach.

[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

Feldwert

Value = 1
Attribute

Hinweise

Flag für 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 reach. Andernfalls werden alle Einträge bis zu diesem Eintrag entfernt, aber nicht eingeschlossen.

Android-Referenz für android.app.FragmentManager.POP_BACK_STACK_INCLUSIVE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: