iOS - new feature

1. 增加 jpush.backgroundNotification 事件
2. 重新区分原有事件的触发条件
3. 更新 文档接口说明
This commit is contained in:
E.B
2016-04-22 15:44:04 +08:00
parent d1e4f70188
commit 95c9b12124
2 changed files with 18 additions and 13 deletions
+3 -2
View File
@@ -60,10 +60,11 @@
/*
* 以下为js中可监听到的事件
* jpush.openNotification 点击推送消息唤醒或启动app
* jpush.openNotification 点击推送消息启动或唤醒app
* jpush.setTagsWithAlias 设置标签、别名完成
* jpush.receiveMessage 收到自定义消息
* jpush.receiveNotification 前台收到推送消息
* jpush.receiveNotification 前台收到推送
* jpush.backgoundNotification 后台收到推送
*/
@end