Enumerations
The following enumerations are available globally.
- 
                  
                  ユーザの同意ステータスの定義 See moreDeclarationObjective-C enum VAMPConsentStatus : NSInteger {}Swift enum VAMPConsentStatus : Int, @unchecked Sendable
- 
                  
                  GDPRの対象ユーザで特定の年齢未満であるかどうかの定義 See moreDeclarationObjective-C enum VAMPUnderAgeOfConsent : NSInteger {}Swift enum VAMPUnderAgeOfConsent : Int, @unchecked Sendable
- 
                  
                  子供向けとして扱うかどかの定義 See moreDeclarationObjective-C enum VAMPChildDirected : NSInteger {}Swift enum VAMPChildDirected : Int, @unchecked Sendable
- 
                  
                  VAMP SDKで発生するエラーを定義します。 See moreDeclarationObjective-C enum VAMPErrorCode : NSUInteger {}Swift enum VAMPErrorCode : UInt, @unchecked Sendable
- 
                  
                  ログレベル See moreDeclarationObjective-C enum VAMPLogLevel : NSInteger {}Swift enum VAMPLogLevel : Int, @unchecked Sendable
 View on GitHub
View on GitHub Enumerations  Reference
        Enumerations  Reference