update doc remove startLocalNotification event

This commit is contained in:
huangminlinux
2017-10-11 11:26:46 +08:00
parent f5ea2b5b10
commit 3f00143a5a
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -437,9 +437,7 @@ window.JPush.clearAllLocalNotifications()
监听 [jpush.receiveNotification](#前台收到推送)、[jpush.openNotification](点击推送通知),获取推送内容后,通过获取到的 `__JPUSHNotificationKey` 字段([本地通知](#本地通知) 设置的 `notificationID`)来判断是本地通知,并处理。
### 点击本地通知横幅启动 App
监听 `jpush.startLocalNotification` 事件。
## 页面的统计