Source set: Common
public 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).
Members
Companion
Source set: Common
public companion object
Properties
Polite
Source set: Common
public val Polite: LiveRegionMode
Live region mode specifying that accessibility services should announce changes to this node.
Assertive
Source set: Common
public val Assertive: LiveRegionMode
Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this node.