Airship Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-message-center-core
/
com.urbanairship.messagecenter
/
Message
/
AssociatedData
Associated
Data
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AssociatedData
(
val
displayHistory
:
JsonValue
?
,
val
viewState
:
Message.AssociatedData.ViewState
?
)
:
Parcelable
,
JsonSerializable
(
source
)
Members
Constructors
Associated
Data
Link copied to clipboard
constructor
(
displayHistory
:
JsonValue
?
,
viewState
:
Message.AssociatedData.ViewState
?
)
Properties
display
History
Link copied to clipboard
val
displayHistory
:
JsonValue
?
view
State
Link copied to clipboard
val
viewState
:
Message.AssociatedData.ViewState
?
Functions
to
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue
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
)