Notification

data class Notification(val event: ClientEvent<*>, val actions: Set<PushAction>)

Deprecated

use the new notification system instead

Constructors

Link copied to clipboard
constructor(event: ClientEvent<*>, actions: Set<PushAction>)

Properties

Link copied to clipboard
Link copied to clipboard