data class InboxMessage
Media |
data class Media |
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 |
alert |
fun |
custom |
fun |
customKeys |
fun |
deleted |
fun |
endDateUtc |
fun |
id |
fun |
media |
fun |
read |
fun |
sendDateUtc |
fun |
sound |
fun |
startDateUtc |
fun |
subject |
fun |
title |
fun |
url |
fun |