CCPAConsent

@objc(AASDKCCPAOption)
public enum CCPAConsent : Int, Codable, CaseIterable

The U.S. Privacy consent.

  • no

    N consent choice

    Declaration

    Swift

    case no
  • yes

    Y consent choice

    Declaration

    Swift

    case yes
  • The rules don’t apply

    Declaration

    Swift

    case notApplicable