Partager via


MotionEvent.ButtonBack Champ

Définition

Attention

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

Constante bouton : bouton Précédent enfoncé (bouton Précédent).

[Android.Runtime.Register("BUTTON_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)]
public const Android.Views.MotionEventButtonState ButtonBack = 8;
[<Android.Runtime.Register("BUTTON_BACK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)>]
val mutable ButtonBack : Android.Views.MotionEventButtonState

Valeur de champ

Value = 8

Implémente

Attributs

Remarques

Constante bouton : bouton Précédent enfoncé (bouton Précédent).

Le système peut envoyer une KeyEvent#KEYCODE_BACK touche d’appui à l’application lorsque ce bouton est appuyé.

Documentation Java pour android.view.MotionEvent.BUTTON_BACK.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

Voir aussi