Partager via


Activity.OnBackInvokedDispatcher Propriété

Définition

Retourne l’instance OnBackInvokedDispatcher associée à la fenêtre à laquelle cette activité est attachée.

public virtual Android.Window.IOnBackInvokedDispatcher OnBackInvokedDispatcher { [Android.Runtime.Register("getOnBackInvokedDispatcher", "()Landroid/window/OnBackInvokedDispatcher;", "GetGetOnBackInvokedDispatcherHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getOnBackInvokedDispatcher", "()Landroid/window/OnBackInvokedDispatcher;", "GetGetOnBackInvokedDispatcherHandler", ApiSince=33)>]
member this.OnBackInvokedDispatcher : Android.Window.IOnBackInvokedDispatcher

Valeur de propriété

Attributs

Remarques

Retourne l’instance OnBackInvokedDispatcher associée à la fenêtre à laquelle cette activité est attachée.

Documentation Java pour android.app.Activity.getOnBackInvokedDispatcher().

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

S’applique à