Key
public enum Key : String, RawRepresentable
Undocumented
-
通信承認状態のキー
Declaration
Swift
case CONNECTION_AUTHORIZATION_STATUS = "core.connectionAuthorizationStatus"
-
非会員時のユーザーIDのキー
Declaration
Swift
case DEFAULT_USER_ID = "core.defaultUserId"
-
ユーザーIDのキー
Declaration
Swift
case USER_ID = "core.userId"
-
ユーザーIDの引き継ぎを行うかのフラグのキー
Declaration
Swift
case IS_TAKEOVER_USER_ID_ENABLED = "core.isTakeoverUserIdEnabled"
-
Action+への登録済みのユーザーIDのキー
Declaration
Swift
case REGISTERED_USER_ID = "core.registeredUserId"
-
コンポーネントのバージョン
Declaration
Swift
case COMPONENT_VERSION_CORES = "core.versions"
-
デバイストークン登録時刻
Declaration
Swift
case DEVICE_TOKEN_REGISTERED_TIME = "notification.deviceTokenRegisteredTime"
-
デバイストークン (Sandbox)
Declaration
Swift
case DEVICE_TOKEN_SANDBOX = "notification.deviceTokenSandbox"
-
デバイストークン (Production)
Declaration
Swift
case DEVICE_TOKEN_PRODUCTION = "notification.deviceTokenProduction"
-
通知許諾状況 (Sandbox)
Declaration
Swift
case NOTIFICATION_ALLOWED_SANDBOX = "notification.notificationAllowedSandbox"
-
通知許諾状況 (Production)
Declaration
Swift
case NOTIFICATION_ALLOWED_PRODUCTION = "notification.notificationAllowedProduction"
-
デバイストークン送出間隔
Declaration
Swift
case DEVICE_TOKEN_UPDATE_INTERVAL = "notification.deviceTokenUpdateInterval"
-
プッシュ情報暗号化用のInitial Vector値
Declaration
Swift
case PUSH_INFO_IV = "notification.pushInfoIV"