toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.utils
/
AccessibleString
Accessible
String
data
class
AccessibleString
(
val
displayString
:
AnnotatedString
,
val
accessibleString
:
String
?
=
null
)
Members
Constructors
Accessible
String
Link copied to clipboard
constructor
(
displayString
:
AnnotatedString
,
accessibleString
:
String
?
=
null
)
Properties
accessible
String
Link copied to clipboard
val
accessibleString
:
String
?
=
null
The text to be spelled by the talkback.
display
String
Link copied to clipboard
val
displayString
:
AnnotatedString
The text to be displayed.