Updates an existing notification. Requires id of original Notification and one of:
The updated Notification will then show in Notification Centre and in the Toast stack if not expired.
Example:
import {update} from 'openfin-notifications'; update({ id: uniqueNotificationId, body: 'i am an update! - ' + Date.now().toString(), template: 'markdown', });
Generated using TypeDoc
Updates an existing notification. Requires id of original Notification and one of:
The updated Notification will then show in Notification Centre and in the Toast stack if not expired.
Example:
Returns