Tutorial: Notification.show

Notification.show

Invoked when the notification is shown

Example

fin.Notification.create({
    url: 'https://www.openfin.co'
}).show().then(() => console.log('Notification shown')).catch(err => console.log(err));