Merge pull request #284 from jpush/dev

update docs
This commit is contained in:
huangminlinux 2017-11-03 04:14:25 -05:00 committed by GitHub
commit 1e2a4ce0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 103 additions and 103 deletions

View File

@ -143,7 +143,7 @@ window.JPush.getRegistrationID(function(data) {
#### event - jpush.openNotification
点击通知启动或唤醒应用程序时会发该事件
点击通知启动或唤醒应用程序时会发该事件
#### 代码示例

View File

@ -8,7 +8,7 @@
#import <Cordova/CDV.h>
NSMutableDictionary *_jpushEventCache;
static NSMutableDictionary *_jpushEventCache;
@interface JPushPlugin : CDVPlugin{
@ -89,7 +89,7 @@ NSMutableDictionary *_jpushEventCache;
@end
JPushPlugin *SharedJPushPlugin;
static JPushPlugin *SharedJPushPlugin;
@interface NSDictionary (JPush)
-(NSString*)toJsonString;