toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
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