MotionEvent.ClassificationDeepPress Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.
Constante de classification : Pression approfondie.
[Android.Runtime.Register("CLASSIFICATION_DEEP_PRESS", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.", true)]
public const Android.Views.ClassificationMode ClassificationDeepPress = 2;
[<Android.Runtime.Register("CLASSIFICATION_DEEP_PRESS", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.", true)>]
val mutable ClassificationDeepPress : Android.Views.ClassificationMode
Valeur de champ
Value = 2Implémente
- Attributs
Remarques
Constante de classification : Pression approfondie.
Le flux d’événements actuel représente l’utilisateur qui appuie intentionnellement plus fort sur l’écran. Ce type de classification doit être utilisé pour accélérer le comportement long de la presse.
Documentation Java pour android.view.MotionEvent.CLASSIFICATION_DEEP_PRESS
.
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.