Share via


IOnBackAnimationCallback.OnBackProgressed(BackEvent) Method

Definition

Called when a back gesture progresses.

[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

Parameters

backEvent
BackEvent

An BackEvent object describing the progress event.

Attributes

Remarks

Called when a back gesture progresses.

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

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to