Fired when the user clicked on a button of the notification. https://developer.chrome.com/apps/notifications#event-onClicked
notification type
index of clicked button
Fired when the user clicked in a non-button area of the notification. https://developer.chrome.com/apps/notifications#event-onClicked
notification type
Create and display a notification
notification type
message to display
lastError
Get the Chrome Notification options object
notification type
message to display
Determine if navigator Notifications permission has been granted
true if granted
Determine if copy notifications are enabled
Determine if error notifications are enabled
Determine if send notifications are enabled
Send an email with info on an error
notification type
Notification types
detected clipboard change
added our device
removed our device
error requiring sign out
error sending message
error saving to database
message sent to remote devices
Generated using TypeDoc
Manage the notifications that will be displayed to the user https://developer.chrome.com/apps/notifications