AdswizzPrivacyConsent
@objc(AASDKAdswizzPrivacyConsent)
public final class AdswizzPrivacyConsent : NSObjectThe 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.DeclarationSwift @objc public var gdpr: GDPRConsent
- 
                  
                  The U.S ccpaconsent. Defaults to.notApplicable.DeclarationSwift @objc public var ccpa: AdswizzCCPAConfig
- 
                  
                  The gppconsent. Defaults tonil.DeclarationSwift @objc public var gpp: String?
- 
                  
                  The gpc(Global Privacy Consent) consent. Defaults tofalse.DeclarationSwift @objc public var gpc: Bool { get set }
