AccessibilityServiceInfo.FlagRequest2FingerPassthrough Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Value = 8192Implements
- Attributes
Remarks
This flag requests that when when #FLAG_REQUEST_MULTI_FINGER_GESTURES
is enabled, two-finger passthrough gestures are re-enabled. Two-finger swipe gestures are not detected, but instead passed through as one-finger gestures. In addition, three-finger swipes from the bottom of the screen are not detected, and instead are passed through unchanged. If #FLAG_REQUEST_MULTI_FINGER_GESTURES
is disabled this flag has no effect.
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.