Deprecated. fin.Notification has been deprecated and will be removed by major version 22. Please migrate to the Notification Center 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));