AccessibilityWindowInfo.TypeAccessibilityOverlay 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.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.
Window type: Windows that are overlaid <em>only</em> by an android.accessibilityservice.AccessibilityService
for interception of
user interactions without changing the windows an accessibility service
can introspect.
[Android.Runtime.Register("TYPE_ACCESSIBILITY_OVERLAY", ApiSince=22)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.AccessibilityWindowType TypeAccessibilityOverlay = 4;
[<Android.Runtime.Register("TYPE_ACCESSIBILITY_OVERLAY", ApiSince=22)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.", true)>]
val mutable TypeAccessibilityOverlay : Android.Views.Accessibility.AccessibilityWindowType
Field Value
Value = 4Implements
- Attributes
Remarks
Window type: Windows that are overlaid <em>only</em> by an android.accessibilityservice.AccessibilityService
for interception of user interactions without changing the windows an accessibility service can introspect. In particular, an accessibility service can introspect only windows that a sighted user can interact with which they can touch these windows or can type into these windows. For example, if there is a full screen accessibility overlay that is touchable, the windows below it will be introspectable by an accessibility service regardless they are covered by a touchable window.
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.