Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the node's live region mode.
A live region is a node that contains information that is important for
the user and when it changes the user should be notified. For example,
in a login screen with a TextView that displays an "incorrect password"
notification, that view should be marked as a live region with mode
Android.Views.View.AccessibilityLiveRegionPolite.
It is the responsibility of the accessibility service to monitor
AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED events indicating
changes to live region nodes and their children.
Set method documentation [Android Documentation]
Sets the node's live region mode.
Note: Cannot be called from an
Android.AccessibilityServices.AccessibilityService. This class is
made immutable before being delivered to an AccessibilityService.