iOS - add APIs & doc

1.增加 API - addDismissActions
2.增加 API - addNotificationActions
3.增加封装类 NotificationService
4.更新对应文档
This commit is contained in:
pikacode
2016-10-13 09:49:56 +08:00
parent 9887672545
commit 1a8cba8e75
16 changed files with 363 additions and 103 deletions
+4
View File
@@ -64,6 +64,10 @@
//检查用户的推送设置情况
-(void)getUserNotificationSettings:(CDVInvokedUrlCommand*)command;
//ios 10 APIs
-(void)addDismissActions:(CDVInvokedUrlCommand*)command;
-(void)addNotificationActions:(CDVInvokedUrlCommand*)command;
/*
* 以下为js中可监听到的事件
* jpush.openNotification 点击推送消息启动或唤醒app