修正安装文档,使安装过程更简洁

This commit is contained in:
zhangqinghe
2015-01-19 16:37:44 +08:00
parent 2c3bd5ab38
commit 39b7987b25
4 changed files with 40 additions and 36 deletions
+6 -1
View File
@@ -198,7 +198,12 @@ JPushPlugin.prototype.resumePush = function(){
this.call_native("resumePush",data,null);
}
}
JPushPlugin.prototype.setDebugMode = function(mode){
if(device.platform == "Android") {
this.call_native("setDebugMode",[mode],null);
}
}
//setDebugMode
JPushPlugin.prototype.clearAllNotification = function(){
if(device.platform == "Android") {
data=[]