AccessibilityEvent
10/22/22Less than 1 minute
accessibility.AccessibilityEvent
Wraps android.view.accessibility.AccessibilityEvent: fired when the accessibility tree or window state changes.
Inheritance
android.view.accessibility.AccessibilityEvent
Table of contents
Accessors
Accessors
source
- Type (getter):
UiObject | null
Source node as a UiObject, or null if not attached to a node.
packageName
- Type (getter):
string
Package name of the app that posted the event.
className
- Type (getter):
string
Class name of the source node, when applicable.
eventType
- Type (getter):
string
Logical event type (framework-specific encoding; compare to accessibility event type constants in the runtime docs).
eventTime
- Type (getter):
number
Event timestamp (typically from android.os.SystemClock.uptimeMillis()).
action
- Type (getter):
number
Action or subtype field from the underlying event (see Android docs).
contentChangeTypes
- Type (getter):
Array<string>
Set of content-change flags when relevant.
windowChangeTypes
- Type (getter):
Array<string>
Set of window-change flags when relevant.
