Commit f23f092c by Sebastián Katzer

Update README.md

parent eaa22e55
......@@ -22,6 +22,8 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
The plugin creates the object ```window.plugin.notification.local``` with three methods:
### add() ###
All settings are optional. If no date object is given, the notification will popup immediately.
To add a custom notification:
```javascript
window.plugin.notification.local.add({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment