Share via


MotionEvent.ClassificationAmbiguousGesture Field

Definition

Caution

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

Classification constant: Ambiguous gesture.

[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

Field Value

Value = 1

Implements

Attributes

Remarks

Classification constant: Ambiguous gesture.

The user's intent with respect to the current event stream is not yet determined. Gestural actions, such as scrolling, should be inhibited until the classification resolves to another value or the event stream ends.

Java documentation for android.view.MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE.

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