Commit c89d3de6 by Sebastián Katzer

Update README.md

parent 918d6163
......@@ -77,6 +77,7 @@ The method cancels all notifications which were previously added by the applicat
window.plugin.notification.local.cancelAll();
```
## Example
```javascript
var now = new Date().getTime(),
......@@ -100,3 +101,9 @@ function background (id) {
console.log('I WAS IN THE BACKGROUND ID='+id)
}
```
## Quirks
### Windows Phone 8.0
Windows Phone 8.0 has no notification center. Instead local notifications are realized through live tiles updates.
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