Update
data class Update(val id: String, val sortKey: String, val actions: Set<PushAction>, val content: NotificationUpdate.Content) : NotificationUpdate
Constructors
Link copied to clipboard
constructor(id: String, sortKey: String, actions: Set<PushAction>, content: NotificationUpdate.Content)
Properties
Link copied to clipboard
The PushActions that should be performed, when the notification is created on the device.
Link copied to clipboard