소스 검색

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
 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()
 Gives an overview about all available notification properties for the platform and their default values. The function returns an object.