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));
Invoked when the notification is shown
fin.Notification.create({
url: 'https://www.openfin.co'
}).show().then(() => console.log('Notification shown')).catch(err => console.log(err));