Share via


IOnBackInvokedDispatcher.PriorityOverlay Field

Definition

Priority level of OnBackInvokedCallbacks for overlays such as menus and navigation drawers that should receive back dispatch before non-overlays.

[Android.Runtime.Register("PRIORITY_OVERLAY", ApiSince=33)]
public const int PriorityOverlay = 1000000;
[<Android.Runtime.Register("PRIORITY_OVERLAY", ApiSince=33)>]
val mutable PriorityOverlay : int

Field Value

Value = 1000000
Attributes

Remarks

Priority level of OnBackInvokedCallbacks for overlays such as menus and navigation drawers that should receive back dispatch before non-overlays.

Java documentation for android.window.OnBackInvokedDispatcher.PRIORITY_OVERLAY.

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