toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Button
Button
data
class
Button
(
val
text
:
String
,
val
contentDescription
:
String
?
,
val
actions
:
Map
<
String
,
JsonValue
>
)
:
Parcelable
Button attributes.
Members
Constructors
Button
Link copied to clipboard
constructor
(
text
:
String
,
contentDescription
:
String
?
,
actions
:
Map
<
String
,
JsonValue
>
)
Properties
actions
Link copied to clipboard
val
actions
:
Map
<
String
,
JsonValue
>
content
Description
Link copied to clipboard
val
contentDescription
:
String
?
text
Link copied to clipboard
val
text
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)