Tutorial: notification.sendMessage

notification.sendMessage

Sends a message to the notification.

Example

var notification = new fin.desktop.Notification({
    url: "notification.html",
    onShow: function () {
        notification.sendMessage("Some message");
    }
});