Marketing Cloud SDK / com.salesforce.marketingcloud.messages.inbox / InboxMessage

InboxMessage

data class InboxMessage

Types

Media

data class Media

Properties

alert

val alert: String?

custom

val custom: String?

customKeys

val customKeys: Map<String, String>?

deleted

var deleted: Boolean

endDateUtc

val endDateUtc: Date?

id

val id: String

media

val media: Media?

read

var read: Boolean

sendDateUtc

val sendDateUtc: Date?

sound

val sound: String?

startDateUtc

val startDateUtc: Date?

subject

val subject: String?

title

val title: String?

url

val url: String

Functions

alert

fun alert(): String?

custom

fun custom(): String?

customKeys

fun customKeys(): Map<String, String>?

deleted

fun deleted(): Boolean

endDateUtc

fun endDateUtc(): Date?

id

fun id(): String

media

fun media(): Media?

read

fun read(): Boolean

sendDateUtc

fun sendDateUtc(): Date?

sound

fun sound(): String?

startDateUtc

fun startDateUtc(): Date?

subject

fun subject(): String?

title

fun title(): String?

url

fun url(): String