Notification

data class Notification(val notification: ClientNotification) : MeshEvent(source)

Device emitted a notification.

Parameters

notification

the wire ClientNotification type

Constructors

Link copied to clipboard
constructor(notification: ClientNotification)

Properties

Link copied to clipboard
val notification: ClientNotification