mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-04-19 00:03:45 +08:00
modify,new features
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ JPushPlugin.prototype.pushCallback = function (data) {
|
||||
|
||||
}
|
||||
|
||||
JPushPlugin.prototype.getIncoming = function (callback) {
|
||||
this.call_native(callback, "getIncoming");
|
||||
JPushPlugin.prototype.getNotification = function (callback) {
|
||||
this.call_native(callback, "getNotification");
|
||||
}
|
||||
|
||||
JPushPlugin.prototype.setBasicPushNotificationBuilder = function(callback){
|
||||
|
||||
Reference in New Issue
Block a user