Share via


IOnBackInvokedDispatcher.PriorityDefault Field

Definition

Default priority level of OnBackInvokedCallbacks.

[Android.Runtime.Register("PRIORITY_DEFAULT", ApiSince=33)]
public const int PriorityDefault = 0;
[<Android.Runtime.Register("PRIORITY_DEFAULT", ApiSince=33)>]
val mutable PriorityDefault : int

Field Value

Value = 0
Attributes

Remarks

Default priority level of OnBackInvokedCallbacks.

Java documentation for android.window.OnBackInvokedDispatcher.PRIORITY_DEFAULT.

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