Constants
The following constants are available globally.
-
デバッグログの出力制御フラグを保持するための UserDefadefaults のキー
Declaration
Objective-C
extern NSString *CoreAspDebugEnabledKeySwift
let CoreAspDebugEnabledKey: String
-
デバイストークン登録成功時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerRegisterTokenRequestSuccessNotificationSwift
static let CorePushManagerRegisterTokenRequestSuccess: NSNotification.Name -
デバイストークン登録失敗時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerRegisterTokenRequestFailNotificationSwift
static let CorePushManagerRegisterTokenRequestFail: NSNotification.Name -
デバイストークン削除成功時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerUnregisterTokenRequestSuccessNotificationSwift
static let CorePushManagerUnregisterTokenRequestSuccess: NSNotification.Name -
デバイストークン削除失敗時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerUnregisterTokenRequestFailNotificationSwift
static let CorePushManagerUnregisterTokenRequestFail: NSNotification.Name -
ユーザー属性の登録成功時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerRegisterUserAttributesRequestSuccessNotificationSwift
static let CorePushManagerRegisterUserAttributesRequestSuccess: NSNotification.Name -
ユーザー属性の登録失敗時の通知キー
Declaration
Objective-C
extern NSString *CorePushManagerRegisterUserAttributesRequestFailNotificationSwift
static let CorePushManagerRegisterUserAttributesRequestFail: NSNotification.Name -
デバイストークン登録・削除API
Declaration
Objective-C
extern NSString *CorePushRegistTokenApiSwift
let CorePushRegistTokenApi: String -
通知履歴取得API
Declaration
Objective-C
extern NSString *CorePushNotificationHistoryApiSwift
let CorePushNotificationHistoryApi: String -
アクセス解析API
Declaration
Objective-C
extern NSString *CorePushAnalyticsApiSwift
let CorePushAnalyticsApi: String -
設定キーを保持するための UserDefaults のキー
Declaration
Objective-C
extern NSString *CorePushConfigKeySwift
let CorePushConfigKey: String -
デバイストークンの文字列を保持するための UserDefaults のキー
Declaration
Objective-C
extern NSString *CorePushDeviceTokenKeySwift
let CorePushDeviceTokenKey: String -
デバイストークンの文字列をCORE ASPサーバに送信済みかを判定するためのUserDefaultsのキー
Declaration
Objective-C
extern NSString *CorePushIsDeviceTokenSentToServerKeySwift
let CorePushIsDeviceTokenSentToServerKey: String -
アプリ内のユーザーIDを保持するための UserDefaults のキー
Declaration
Objective-C
extern NSString *CorePushAppUserIdKeySwift
let CorePushAppUserIdKey: String -
1次元カテゴリIDを保持するための UserDefaults のキー
Declaration
Objective-C
extern NSString *CorePushCategoryIdsKeySwift
let CorePushCategoryIdsKey: String -
2次元カテゴリIDを保持するための UserDefaults のキー
Declaration
Objective-C
extern NSString *CorePushMultiCategoryIdsKeySwift
let CorePushMultiCategoryIdsKey: String
View on GitHub
Constants Reference