Skip to content

Instantly share code, notes, and snippets.

@balajek
Created April 5, 2018 11:02
Show Gist options
  • Save balajek/b91fdd5333330c206891cc1c73e779bf to your computer and use it in GitHub Desktop.
Save balajek/b91fdd5333330c206891cc1c73e779bf to your computer and use it in GitHub Desktop.
Basic notification type options
var basicNotificationOptions = {
"type": "basic",
"iconUrl": "icon.png",
"title": "Basic title",
"message": "Basic message",
"contextMessage": "Basic context message",
"buttons": [{ "title": "Yes", "iconUrl": "ok.png" }, { "title": "No", "iconUrl": "cancel.png" }],
"requireInteraction": false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment