Builder
@objc(AASDKAdswizzCCPAConfigBuilder)
public final class Builder : NSObjectBuilder class to conveniently create an instance of AdswizzCCPAConfig
- 
                  
                  Explicit notice for collecting consent. Return .yesif the user was presented with the opt-out choice,.nootherwise. The default is.notApplicable.DeclarationSwift @objc public func with(explicitNotice: CCPAConsent) -> BuilderParametersexplicitNoticeexplicit notice 
- 
                  
                  Whether the user has opted-out of the sale of their personal information. The default is .notApplicable.DeclarationSwift @objc public func with(optOut: CCPAConsent) -> BuilderParametersoptOutopt-out choice consent 
- 
                  
                  Whether information should operate within the Limited Service Provider Agreement. The default is .notApplicable.DeclarationSwift @objc public func with(lspa: CCPAConsent) -> BuilderParameterslspaLSPA availability 
- 
                  
                  Builds an AdswizzCCPAConfigobject. By default, it creates a config object that refers to a user who does not fall within a U.S. Privacy jurisdiction (e.g. CCPA).DeclarationSwift @objc public func build() -> AdswizzCCPAConfigReturn Valuea valid AdswizzCCPAConfigobject
