MotionEvent.ClassificationAmbiguousGesture Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This constant will be removed in the future version. Use Android.Views.ClassificationMode enum directly instead of this field.
Constante de classificação: Gesto ambíguo.
[Android.Runtime.Register("CLASSIFICATION_AMBIGUOUS_GESTURE", 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 ClassificationAmbiguousGesture = 1;
[<Android.Runtime.Register("CLASSIFICATION_AMBIGUOUS_GESTURE", 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 ClassificationAmbiguousGesture : Android.Views.ClassificationMode
Valor do campo
Value = 1Implementações
- Atributos
Comentários
Constante de classificação: Gesto ambíguo.
A intenção do usuário em relação ao fluxo de eventos atual ainda não foi determinada. Ações gestuais, como rolagem, devem ser inibidas até que a classificação seja resolvida para outro valor ou o fluxo de eventos termine.
Documentação Java para android.view.MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.