Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-message-center-core
/
com.urbanairship.messagecenter.ui.view
/
MessageViewState
/
MessageContent
/
Content
Content
androidJvm
sealed
class
Content
:
Parcelable
(
source
)
Inheritors
Html
Native
Members
Constructors
Content
Link copied to clipboard
androidJvm
protected
constructor
(
)
Types
Html
Link copied to clipboard
androidJvm
data
object
Html
:
MessageViewState.MessageContent.Content
Native
Link copied to clipboard
androidJvm
data
class
Native
(
val
layout
:
AirshipLayout
)
:
MessageViewState.MessageContent.Content
Inherited functions
describe
Contents
Link copied to clipboard
androidJvm
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
androidJvm
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)