Notification

data class Notification(val event: Event<*>)

Constructors

Link copied to clipboard
constructor(event: Event<*>)

Properties

Link copied to clipboard
val event: Event<*>