Tutorial: notification.sendMessageToApplication

notification.sendMessageToApplication

Sends a message to the application.

Example

// If inside of a notification:
var notification = fin.desktop.Notification.getCurrent();

notification.sendMessageToApplication("some message");