setLiveRegion

open fun setLiveRegion(mode: Int)(source)

Sets the node's live region mode.

Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Parameters

mode

The live region mode, or ACCESSIBILITY_LIVE_REGION_NONE if the view is not a live region.

See also