Notification
Types
Link copied to clipboard
data class Message(val id: String, val sortKey: String, val actions: Set<PushAction>, val dismissed: Boolean, val timelineEvent: TimelineEvent) : Notification
Link copied to clipboard
data class State(val id: String, val sortKey: String, val actions: Set<PushAction>, val dismissed: Boolean, val stateEvent: ClientEvent.StateBaseEvent<*>) : Notification
Properties
Link copied to clipboard
The PushAction that should be performed, when the notification is created on the device.
Link copied to clipboard
Unique identifier, that can be used for various operations in NotificationService.