Lingua

BackEvent.EdgeNone Campo

Definizione

Attenzione

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

Indica che l'evento indietro non è stato attivato da un movimento di scorrimento rapido del bordo.

[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

Valore del campo

Value = 2
Attributi

Commenti

Indica che l'evento indietro non è stato attivato da un movimento di scorrimento rapido del bordo. Questo vale per i casi come l'uso del pulsante Indietro nello spostamento a 3 pulsanti o quando si preme un pulsante Indietro hardware.

per android.window.BackEvent.EDGE_NONE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a