|
1 | 1 | [中文文档](./APIs_zh.md) |
2 | 2 |
|
3 | | -- - [Common API:](#Common API) |
4 | | - - [getRegistrationID](#getRegistrationID) |
5 | | - - [setAlias](#setAlias) |
6 | | - - [addTags](#addTags) |
7 | | - - [setTags](#setTags) |
8 | | - - [cleanTags](#cleanTags) |
9 | | - - [setAlias](#setAlias) |
10 | | - - [Open Notification Event](#Open Notification Event) |
11 | | - - [Receive Notification event](#Receive Notification Event) |
12 | | - - [Receive Custom Message Event](#Receive Custom Message Event) |
13 | | -- [iOS Only API:](#iOS Only API) |
14 | | - - [setBadge](#setBadge) |
15 | | - - [getBadge](#getBadge) |
16 | | - - [setLocalNotification](#setLocalNotification) |
17 | | - - [Open Notification Launch App Event](#Open Notification Launch App Event) |
18 | | - - [Network Did Login Event](#Network Did Login Event) |
19 | | -- [Android Only API:](Android Only API) |
20 | | - - [initPush](#initPush) |
21 | | - - [stopPush](#stopPush) |
22 | | - - [resumePush](#resumePush) |
23 | | - - [crashLogOFF](#crashLogOFF) |
24 | | - - [crashLogON](#crashLogON) |
25 | | - - [notifyJSDidLoad](#notifyJSDidLoad) |
26 | | - - [clearAllNotifications](#clearAllNotifications) |
27 | | - - [clearNotificationById](#clearNotificationById) |
| 3 | +- [Common API](#common-api) |
| 4 | + - [getRegistrationID](#getregistrationid) |
| 5 | + - [setAlias](#setalias) |
| 6 | + - [addTags](#addtags) |
| 7 | + - [setTags](#settags) |
| 8 | + - [cleanTags](#cleantags) |
| 9 | + - [setAlias](#setalias) |
| 10 | + - [Open Notification Event](#open-notification-event) |
| 11 | + - [Receive Notification event](#receive-notification-event) |
| 12 | + - [Receive Custom Message Event](#receive-custom-message-event) |
| 13 | +- [iOS Only API](#ios-only-api) |
| 14 | + - [setBadge](#setbadge) |
| 15 | + - [getBadge](#getbadge) |
| 16 | + - [setLocalNotification](#setlocalnotification) |
| 17 | + - [Open Notification Launch App Event](#open-notification-launch-app-event) |
| 18 | + - [Network Did Login Event](#network-did-login-event) |
| 19 | +- [Android Only API](#android-only-api) |
| 20 | + - [initPush](#initpush) |
| 21 | + - [stopPush](#stoppush) |
| 22 | + - [resumePush](#resumepush) |
| 23 | + - [crashLogOFF](#crashlogoff) |
| 24 | + - [crashLogON](#crashlogon) |
| 25 | + - [notifyJSDidLoad](#notifyjsdidload) |
| 26 | + - [clearAllNotifications](#clearallnotifications) |
| 27 | + - [clearNotificationById](#clearnotificationbyId) |
28 | 28 | - [getInfo](#getInfo) |
29 | | - - [setStyleBasic](#setStyleBasic) |
30 | | - - [setStyleCustom](#setStyleCustom) |
31 | | - - [setLatestNotificationNumber](#setLatestNotificationNumber) |
32 | | - - [setSilenceTime](#setSilenceTime) |
33 | | - - [setPushTime](#setPushTime) |
34 | | - - [addGetRegistrationIdListener](#addGetRegistrationIdListener) |
35 | | - - [removeGetRegistrationIdListener](#removeGetRegistrationIdListener) |
| 29 | + - [setStyleBasic](#setstylebasic) |
| 30 | + - [setStyleCustom](#setstylecustom) |
| 31 | + - [setLatestNotificationNumber](#setlatestnotificationnumber) |
| 32 | + - [setSilenceTime](#setsilencetime) |
| 33 | + - [setPushTime](#setpushtime) |
| 34 | + - [addGetRegistrationIdListener](#addgetregistrationidlistener) |
| 35 | + - [removeGetRegistrationIdListener](#removegetregistrationidlistener) |
36 | 36 |
|
37 | 37 | Note: In Android, you must call initPush first, iOS doesn't need. |
38 | 38 |
|
|
0 commit comments