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
The name of the messaging application this notification is part of.
Link copied to clipboard
Global and temporal unique ID for the notification.
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
The display name of the sender.
Link copied to clipboard
The number of unread messages.