MessageStackNotification

data class MessageStackNotification(val id: MessageStackNotificationId, val senderDisplayName: StringResolver, val priority: MessageStackNotificationPriority, val image: ImageSource?, val applicationDisplayName: StringResolver, val unreadMessagesCount: Int, val quickReplyMessages: List<String>, val playbackState: PlaybackState, val replyInfo: ReplyInfo, val callState: CallState) : Parcelable

The message stack notification.

Constructors

Link copied to clipboard
constructor(id: MessageStackNotificationId, senderDisplayName: StringResolver, priority: MessageStackNotificationPriority, image: ImageSource?, applicationDisplayName: StringResolver, unreadMessagesCount: Int, quickReplyMessages: List<String>, playbackState: PlaybackState, replyInfo: ReplyInfo, callState: CallState)

Properties

Link copied to clipboard
val applicationDisplayName: StringResolver

The name of the messaging application this notification is part of.

Link copied to clipboard

The current call state of the notification.

Link copied to clipboard

Global and temporal unique ID for the notification.

Link copied to clipboard
val image: ImageSource?

An image associated with this contact, if available, or null if there is no image available.

Link copied to clipboard

The current playback state of the notification.

Link copied to clipboard

The priority of the message stack notification.

Link copied to clipboard

The list of quick reply messages.

Link copied to clipboard

Contains details about the message reply, associated with the notification.

Link copied to clipboard
val senderDisplayName: StringResolver

The display name of the sender.

Link copied to clipboard

The number of unread messages.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)