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
-
The
gpp
consent. Defaults tonil
.Declaration
Swift
@objc public var gpp: String?
-
The
gpc
(Global Privacy Consent) consent. Defaults tofalse
.Declaration
Swift
@objc public var gpc: Bool { get set }