Notify, v2.0.16
Post notifications to the desktop. Supports Growl on Mac OS X, if installed.
Other Versions
2.0.16, 2.0.15, 2.0.13, 2.0.12, 2.0.11
BrowserPlus.Notify.show({params}, function{}())
Show a notification.
Test: show()
Parameters
- title: string
- The title of the notification to display. Length is restricted to no more than 26 characters.
- message: string
- The content the notification to display. Length is restricted to no more than 160 characters.
- icon: string (Optional)
- An image to show in the notification. Can be a URL to a PNG or one of the following: default


