VAMPConsentStatus
Objective-C
enum VAMPConsentStatus : NSInteger {}
Swift
enum VAMPConsentStatus : Int, @unchecked Sendable
ユーザの同意ステータスの定義
-
不明
Declaration
Objective-C
kVAMPConsentStatusUnknownSwift
case unknown = 0 -
ユーザの同意がある場合
Declaration
Objective-C
kVAMPConsentStatusAcceptedSwift
case accepted = 1 -
ユーザが拒否した場合
Declaration
Objective-C
kVAMPConsentStatusDeniedSwift
case denied = 2
View on GitHub
VAMPConsentStatus Enumeration Reference