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
gdprconsent. Defaults to.notApplicable.Declaration
Swift
@objc public var gdpr: GDPRConsent -
The U.S
ccpaconsent. Defaults to.notApplicable.Declaration
Swift
@objc public var ccpa: AdswizzCCPAConfig -
The
gppconsent. 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 }