New

data class New(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
Link copied to clipboard
open override val id: String

Unique identifier.

Link copied to clipboard
open override val sortKey: String

Can be used to sort the notification.