mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-04-19 00:03:45 +08:00
iOS - update
1.更新 SDK 2.删除过期方法 3.更新过期方法 4.删除重复方法 5.发现并修复 bug 6.优化代码 7.更新 doc
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// ConstantDef.h
|
||||
// jmessage
|
||||
//
|
||||
// Created by pikacode@qq.com on 16/1/19.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef ConstantDef_h
|
||||
#define ConstantDef_h
|
||||
|
||||
|
||||
|
||||
#endif /* ConstantDef_h */
|
||||
|
||||
#define WEAK_SELF(weakSelf) __weak __typeof(&*self)weakSelf = self;
|
||||
|
||||
static NSString *const JPushConfig_Appkey = @"Appkey";
|
||||
static NSString *const JPushConfig_Channel = @"Channel";
|
||||
static NSString *const JPushConfig_IsProduction = @"IsProduction";
|
||||
static NSString *const JPushConfig_IsIDFA = @"IsIDFA";
|
||||
static NSString *const JPushConfig_FileName = @"PushConfig";
|
||||
|
||||
static NSString *const JPushDocumentEvent_ReceiveNotification = @"receiveNotification";
|
||||
static NSString *const JPushDocumentEvent_OpenNotification = @"openNotification";
|
||||
static NSString *const JPushDocumentEvent_BackgoundNotification = @"backgoundNotification";
|
||||
static NSString *const JPushDocumentEvent_SetTagsWithAlias = @"setTagsWithAlias";
|
||||
static NSString *const JPushDocumentEvent_ReceiveMessage = @"receiveMessage";
|
||||
static NSString *const JPushDocumentEvent_OpenLocalNotification = @"openLocalNotification";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user