Share via


BackEvent.EdgeNone Field

Definition

Caution

This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.

Indicates that the back event was not triggered by an edge swipe back gesture.

[Android.Runtime.Register("EDGE_NONE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.", true)]
public const Android.Window.BackEventEdge EdgeNone = 2;
[<Android.Runtime.Register("EDGE_NONE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.", true)>]
val mutable EdgeNone : Android.Window.BackEventEdge

Field Value

Value = 2
Attributes

Remarks

Indicates that the back event was not triggered by an edge swipe back gesture. This applies to cases like using the back button in 3-button navigation or pressing a hardware back button.

Java documentation for android.window.BackEvent.EDGE_NONE.

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