Sends a message to the notification.
Example
// If inside of a notification:
var notification = fin.desktop.Notification.getCurrent();
notification.sendMessageToApplication("some message");
Sends a message to the notification.
// If inside of a notification:
var notification = fin.desktop.Notification.getCurrent();
notification.sendMessageToApplication("some message");