Skip to content

Commit

Permalink
udpate api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Oct 19, 2018
1 parent 0c3e3fa commit a7b8389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documents/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ JPushModule.clearLocalNotifications();

```
var notificationId = 5;
JPushModule.removeLocalNotification(id);
JPushModule.removeLocalNotification(notificationId);
```

#### clearAllNotifications
Expand All @@ -227,7 +227,7 @@ JPushModule.clearAllNotifications();

```
var notificationId = 5;
JPushModule.clearNotificationById(id);
JPushModule.clearNotificationById(notificationId);
```

#### 点击推送事件
Expand Down

0 comments on commit a7b8389

Please sign in to comment.