View.FindOnBackInvokedDispatcher Método

Definición

Recor la jerarquía de vistas para buscar el más OnBackInvokedDispatchercercano.

[Android.Runtime.Register("findOnBackInvokedDispatcher", "()Landroid/window/OnBackInvokedDispatcher;", "", ApiSince=33)]
public Android.Window.IOnBackInvokedDispatcher? FindOnBackInvokedDispatcher ();
[<Android.Runtime.Register("findOnBackInvokedDispatcher", "()Landroid/window/OnBackInvokedDispatcher;", "", ApiSince=33)>]
member this.FindOnBackInvokedDispatcher : unit -> Android.Window.IOnBackInvokedDispatcher

Devoluciones

a OnBackInvokedDispatcher partir de este o el antecesor más cercano, o null si esta vista no está adjunta y no tiene ningún antecesor que proporcione .OnBackInvokedDispatcher

Atributos

Comentarios

Recor la jerarquía de vistas para buscar el más OnBackInvokedDispatchercercano.

Documentación de Java para android.view.View.findOnBackInvokedDispatcher().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a