4
0
mirror of https://github.com/jpush/jpush-phonegap-plugin.git synced 2025-04-21 07:36:23 +08:00

Merge branch 'dev'

This commit is contained in:
pikacode 2016-12-22 16:38:01 +08:00
commit fbfe621aa3

@ -24,7 +24,7 @@ static NSString *const JPushConfig_Delay = @"Delay";
static NSString *const JPushDocumentEvent_ReceiveNotification = @"receiveNotification";
static NSString *const JPushDocumentEvent_OpenNotification = @"openNotification";
static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification";
static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification";
static NSString *const JPushDocumentEvent_SetTagsWithAlias = @"setTagsWithAlias";
static NSString *const JPushDocumentEvent_ReceiveMessage = @"receiveMessage";
static NSString *const JPushDocumentEvent_StartLocalNotification = @"startLocalNotification";