showNotification(title, message, [icon])

Class: TrayIcon.

Description:

Displays system notification.

Parameters:

Name Type Default Description

title

string

Title of the notification message

message

string

The message body

[icon]

MessageIcon

MessageIcon.Info

One of the values: MessageIcon.Info, MessageIcon.Warning, MessageIcon.Info, or null to not show any icon.

Returns:

Returns this TrayIcon component for method chaining.

Type: TrayIcon