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
/
ViewState
View
State
data
class
ViewState
(
val
restorationId
:
String
,
val
state
:
JsonValue
)
:
Parcelable
,
JsonSerializable
(
source
)
Members
Constructors
View
State
Link copied to clipboard
constructor
(
restorationId
:
String
,
state
:
JsonValue
)
Properties
restoration
Id
Link copied to clipboard
val
restorationId
:
String
state
Link copied to clipboard
val
state
:
JsonValue
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
)