浏览代码

Added note about outrigger callback

Sebastián Katzer 11 年之前
父节点
当前提交
22c43bf888
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -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.