AccessibleString

data class AccessibleString(val displayString: AnnotatedString, val accessibleString: String? = null)

Constructors

Link copied to clipboard
constructor(displayString: AnnotatedString, accessibleString: String? = null)

Properties

Link copied to clipboard

The text to be spelled by the talkback.

Link copied to clipboard

The text to be displayed.