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