We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 974838d + df6addd commit fbfe621Copy full SHA for fbfe621
src/ios/Plugins/JPushDefine.h
@@ -24,7 +24,7 @@ static NSString *const JPushConfig_Delay = @"Delay";
24
25
static NSString *const JPushDocumentEvent_ReceiveNotification = @"receiveNotification";
26
static NSString *const JPushDocumentEvent_OpenNotification = @"openNotification";
27
-static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification";
+static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification";
28
static NSString *const JPushDocumentEvent_SetTagsWithAlias = @"setTagsWithAlias";
29
static NSString *const JPushDocumentEvent_ReceiveMessage = @"receiveMessage";
30
static NSString *const JPushDocumentEvent_StartLocalNotification = @"startLocalNotification";
0 commit comments