showNotification

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

Called when the shell requests a desktop notification.

Parameters

title

notification title (can be empty if not provided).

body

notification body text.

level

notification severity level.