showNotification

abstract fun showNotification(title: String, body: String, level: NotificationLevel)

Requests a desktop notification.

Parameters

title

notification title.

body

notification body.

level

notification severity level.