AccessibilityServiceInfo.FlagRequest2FingerPassthrough Field

Definition

Caution

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

This flag requests that when when #FLAG_REQUEST_MULTI_FINGER_GESTURES is enabled, two-finger passthrough gestures are re-enabled.

[Android.Runtime.Register("FLAG_REQUEST_2_FINGER_PASSTHROUGH", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.", true)]
public const Android.AccessibilityServices.AccessibilityServiceFlags FlagRequest2FingerPassthrough = 8192;
[<Android.Runtime.Register("FLAG_REQUEST_2_FINGER_PASSTHROUGH", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.", true)>]
val mutable FlagRequest2FingerPassthrough : Android.AccessibilityServices.AccessibilityServiceFlags

Field Value

AccessibilityServiceFlags

Implements

Attributes

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.FLAG_REQUEST_2_FINGER_PASSTHROUGH.

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