Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Item
/
ContactManagement
/
LabeledButton
Labeled
Button
data
class
LabeledButton
(
val
text
:
String
,
val
contentDescription
:
String
?
)
Members
Constructors
Labeled
Button
Link copied to clipboard
constructor
(
text
:
String
,
contentDescription
:
String
?
)
Properties
content
Description
Link copied to clipboard
val
contentDescription
:
String
?
text
Link copied to clipboard
val
text
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonMap