Langue

IOnBackAnimationCallback.OnBackProgressed(BackEvent) Méthode

Définition

Appelé lorsqu’un mouvement de dos progresse.

[Android.Runtime.Register("onBackProgressed", "(Landroid/window/BackEvent;)V", "GetOnBackProgressed_Landroid_window_BackEvent_Handler:Android.Window.IOnBackAnimationCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public virtual void OnBackProgressed(Android.Window.BackEvent backEvent);
[<Android.Runtime.Register("onBackProgressed", "(Landroid/window/BackEvent;)V", "GetOnBackProgressed_Landroid_window_BackEvent_Handler:Android.Window.IOnBackAnimationCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnBackProgressed : Android.Window.BackEvent -> unit
override this.OnBackProgressed : Android.Window.BackEvent -> unit

Paramètres

backEvent
BackEvent

Objet BackEvent décrivant l’événement de progression.

Attributs

Remarques

Appelé lorsqu’un mouvement de dos progresse.

Java documentation pour android.window.OnBackAnimationCallback.onBackProgressed(android.window.BackEvent).

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 à