Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the live region mode for this View.
Set method documentation [Android Documentation]
Sets the live region mode for this view. This indicates to accessibility
services whether they should automatically notify the user about changes
to the view's content description or text, or to the content descriptions
or text of the view's children (where applicable).
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 View.AccessibilityLiveRegionPolite.
To disable change notifications for this view, use
View.AccessibilityLiveRegionNone. This is the default live region
mode for most views.
To indicate that the user should be notified of changes, use
View.AccessibilityLiveRegionPolite.
If the view's changes should interrupt ongoing speech and notify the user
immediately, use View.AccessibilityLiveRegionAssertive.