Enumerations

The following enumerations are available globally.

  • ユーザの同意ステータスの定義

    See more

    Declaration

    Objective-C

    enum VAMPConsentStatus : NSInteger {}

    Swift

    enum VAMPConsentStatus : Int, @unchecked Sendable
  • GDPRの対象ユーザで特定の年齢未満であるかどうかの定義

    See more

    Declaration

    Objective-C

    enum VAMPUnderAgeOfConsent : NSInteger {}

    Swift

    enum VAMPUnderAgeOfConsent : Int, @unchecked Sendable
  • 子供向けとして扱うかどかの定義

    See more

    Declaration

    Objective-C

    enum VAMPChildDirected : NSInteger {}

    Swift

    enum VAMPChildDirected : Int, @unchecked Sendable
  • VAMP SDKで発生するエラーを定義します。

    See more

    Declaration

    Objective-C

    enum VAMPErrorCode : NSUInteger {}

    Swift

    enum VAMPErrorCode : UInt, @unchecked Sendable
  • ログレベル

    See more

    Declaration

    Objective-C

    enum VAMPLogLevel : NSInteger {}

    Swift

    enum VAMPLogLevel : Int, @unchecked Sendable