Langue

FragmentManager.PopBackStackImmediate Méthode

Définition

Surcharges

Nom Description
PopBackStackImmediate(Int32, PopBackStackFlags)

Comme #popBackStack(int, int), mais effectue l’opération immédiatement à l’intérieur de l’appel.

PopBackStackImmediate(String, PopBackStackFlags)

Comme #popBackStack(String, int), mais effectue l’opération immédiatement à l’intérieur de l’appel.

PopBackStackImmediate()

Comme #popBackStack(), mais effectue l’opération immédiatement à l’intérieur de l’appel.

PopBackStackImmediate(Int32, PopBackStackFlags)

Comme #popBackStack(int, int), mais effectue l’opération immédiatement à l’intérieur de l’appel.

[Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")]
public abstract bool PopBackStackImmediate(int id, Android.App.PopBackStackFlags flags);
[<Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")>]
abstract member PopBackStackImmediate : int * Android.App.PopBackStackFlags -> bool

Paramètres

id
Int32

int

flags
PopBackStackFlags

int

Retours

Retourne true s’il y avait quelque chose qui a été dépilé, sinon false.

Attributs

Remarques

Comme popBackStack(int, int), mais effectue l’opération immédiatement à l’intérieur de l’appel. C’est comme appeler executePendingTransactions() par la suite sans forcer le début des transactions reportées.

Référence Android pour android.app.FragmentManager.popBackStackImmediate.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

PopBackStackImmediate(String, PopBackStackFlags)

Comme #popBackStack(String, int), mais effectue l’opération immédiatement à l’intérieur de l’appel.

[Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")]
public abstract bool PopBackStackImmediate(string? name, Android.App.PopBackStackFlags flags);
[<Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")>]
abstract member PopBackStackImmediate : string * Android.App.PopBackStackFlags -> bool

Paramètres

name
String

String

flags
PopBackStackFlags

int

Retours

Retourne true s’il y avait quelque chose qui a été dépilé, sinon false.

Attributs

Remarques

Comme popBackStack(String,int), mais effectue l’opération immédiatement à l’intérieur de l’appel. C’est comme appeler executePendingTransactions() par la suite sans forcer le début des transactions reportées.

Référence Android pour android.app.FragmentManager.popBackStackImmediate.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

PopBackStackImmediate()

Comme #popBackStack(), mais effectue l’opération immédiatement à l’intérieur de l’appel.

[Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")]
public abstract bool PopBackStackImmediate();
[<Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")>]
abstract member PopBackStackImmediate : unit -> bool

Retours

Retourne true s’il y avait quelque chose qui a été dépilé, sinon false.

Attributs

Remarques

Comme popBackStack(), mais effectue l’opération immédiatement à l’intérieur de l’appel. C’est comme appeler executePendingTransactions() par la suite sans forcer le début des transactions reportées.

Référence Android pour android.app.FragmentManager.popBackStackImmediate.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à