AccessibilityService.GestureSwipeLeft Field

Definition

Caution

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

The user has performed a swipe left gesture on the touch screen.

[Android.Runtime.Register("GESTURE_SWIPE_LEFT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityGesture enum directly instead of this field.", true)]
public const Android.AccessibilityServices.AccessibilityGesture GestureSwipeLeft = 3;
[<Android.Runtime.Register("GESTURE_SWIPE_LEFT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityGesture enum directly instead of this field.", true)>]
val mutable GestureSwipeLeft : Android.AccessibilityServices.AccessibilityGesture

Field Value

Value = 3
Attributes

Remarks

The user has performed a swipe left gesture on the touch screen.

Java documentation for android.accessibilityservice.AccessibilityService.GESTURE_SWIPE_LEFT.

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