NotificationEvent

data class NotificationEvent(val payload: Notification) : StreamingEvent

A new notification has appeared.

Constructors

Link copied to clipboard
constructor(payload: Notification)

Properties

Link copied to clipboard