add js event jpush.receiveNotification

This commit is contained in:
zhangqinghe
2015-03-10 16:37:08 +08:00
parent 7d489c7f20
commit aae9e8314a
4 changed files with 19 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@
#import <Cordova/CDV.h>
#define kJPushPluginReceiveNotification @"JPushPluginReceiveNofication"
@interface JPushPlugin : CDVPlugin{
}
+1
View File
@@ -20,6 +20,7 @@
name:kJPFNetworkDidReceiveMessageNotification
object:nil];
}
return self;
}