Tutorial: notification.close

notification.close

Closes the notification.

Example

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

notification.close();