AccessibilityWindow
10/22/22Less than 1 minute
accessibility.AccessibilityWindow
Wraps android.view.accessibility.AccessibilityWindowInfo: one accessibility layer (often one window) in the hierarchy.
Inheritance
android.view.accessibility.AccessibilityWindowInfo
Table of contents
Accessors
Accessors
root
- Type (getter):
UiObject | null
Root node of this window as a UiObject, or null if unavailable.
id
- Type (getter):
number
Window id from the platform.
active
- Type (getter):
boolean
Whether this window is the active / focused window.
title
- Type (getter):
string | null
Window title when exposed by the system.
type
- Type (getter):
number
Window type constant (see Android AccessibilityWindowInfo).
bounds
- Type (getter):
Rect
Window bounds on screen.
layer
- Type (getter):
number
Z-order layer for stacking.
