Sends a message to the notification.
Example
var notification = fin.desktop.Notification({
url: "notification.html",
onShow: function () {
notification.sendMessage("Some message");
}
});
Sends a message to the notification.
var notification = fin.desktop.Notification({
url: "notification.html",
onShow: function () {
notification.sendMessage("Some message");
}
});