iOS-添加功能

1.add crash日志      接口
2.add 本地通知        相关接口
3.add 地理位置上报 接口
This commit is contained in:
E.B
2016-03-09 13:18:09 +08:00
parent afe2230ed9
commit 6cee953edd
3 changed files with 65 additions and 0 deletions
+9
View File
@@ -48,6 +48,15 @@
//开关日志
-(void)setDebugModeFromIos:(CDVInvokedUrlCommand*)command;
-(void)setLogOFF:(CDVInvokedUrlCommand*)command;
-(void)crashLogON:(CDVInvokedUrlCommand*)command;
//本地推送
-(void)setLocalNotification:(CDVInvokedUrlCommand*)command;
-(void)deleteLocalNotificationWithIdentifierKey:(CDVInvokedUrlCommand*)command;
-(void)clearAllLocalNotifications:(CDVInvokedUrlCommand*)command;
//地理位置上报 [latitude,longitude]
-(void)setLocation:(CDVInvokedUrlCommand*)command;
/*
* 以下为js中可监听到的事件