AppNotifier

A notifier that can display notifications

Constructors

this
this(string appName)

Constructs an AppNotifier

this
this(string appName, string icon)

Constructs an AppNotifier

Destructor

~this
~this()
Undocumented in source.

Members

Functions

notify
Notification notify(string title, string message)

Send a notification.

notify
Notification notify(string title, string message, string icon)

Send a notification with a custom icon

Meta