Tutorial: Notification.show

Notification.show

Deprecated. Please migrate to the Notifications API.

Invoked when the notification is shown

Example

fin.Notification.create({
    url: 'https://cdn.openfin.co/docs/javascript/stable/tutorial-Notification.show.html'
}).show().then(() => console.log('Notification shown')).catch(err => console.log(err));