Commit 22c43bf8 by Sebastián Katzer

Added note about outrigger callback

parent 4096d418
...@@ -172,6 +172,7 @@ There are 4 different callback types available. For each of them one listener ca ...@@ -172,6 +172,7 @@ There are 4 different callback types available. For each of them one listener ca
```javascript ```javascript
window.plugin.notification.local.on_callback_ = function (id, state, json) {}; window.plugin.notification.local.on_callback_ = function (id, state, json) {};
``` ```
**Note:** The *ontrigger* callback is only invoked in background if the app is not suspended!
### getDefaults() ### getDefaults()
Gives an overview about all available notification properties for the platform and their default values. The function returns an object. Gives an overview about all available notification properties for the platform and their default values. The function returns an object.
......
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