AdswizzPrivacyConsent

@objc(AASDKAdswizzPrivacyConsent)
public final class AdswizzPrivacyConsent : NSObject

The AdswizzSDK privacy consent configuration class. Can be used to access and set the supported consent types from the AdswizzSDK shared instance.

  • The gdpr consent. Defaults to .notApplicable.

    Declaration

    Swift

    @objc
    public var gdpr: GDPRConsent
  • The U.S ccpa consent. Defaults to .notApplicable.

    Declaration

    Swift

    @objc
    public var ccpa: AdswizzCCPAConfig
  • gpp

    The gpp consent. Defaults to nil.

    Declaration

    Swift

    @objc
    public var gpp: String?
  • gpc

    The gpc (Global Privacy Consent) consent. Defaults to false.

    Declaration

    Swift

    @objc
    public var gpc: Bool { get set }