LiveRegionMode

Class

Common
value class LiveRegionMode private constructor(@Suppress("unused") private val value: Int)

The mode of live region. Live region indicates to accessibility services they should automatically notify the user about changes to the node's content description or text, or to the content descriptions or text of the node's children (where applicable).

Companion Object

Properties

Common
val Polite = LiveRegionMode(0)

Live region mode specifying that accessibility services should announce changes to this node.

Common
val Assertive = LiveRegionMode(1)

Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this node.