Builder
@objc(AASDKTrackingPermissionConfigurationBuilder)
public class Builder : NSObjectBuilder class for creating aTrackingPermissionConfiguration instance.
- 
                  
                  The title configuration. DeclarationSwift @objc public func with(title: TrackingPermissionUIElement) -> BuilderParameterstitleconfiguration for the title element Return Valuethe same builder object 
- 
                  
                  The description configuration. DeclarationSwift @objc public func with(description: TrackingPermissionUIElement) -> BuilderParametersdescriptionconfiguration for the description element Return Valuethe same builder object 
- 
                  
                  The skip button for the header. DeclarationSwift @objc public func with(skip: TrackingPermissionUIElement) -> BuilderParametersskipconfiguration for the skip element Return Valuethe same builder object 
- 
                  
                  The action button. DeclarationSwift @objc public func with(action: TrackingPermissionUIElement) -> BuilderParametersactionconfiguration for the action element Return Valuethe same builder object 
- 
                  
                  Set the image for header. DeclarationSwift @objc public func with(headerImage: UIImage) -> BuilderParametersheaderImagethe top left header image Return Valuethe same builder object 
- 
                  
                  Set the image for main content. DeclarationSwift @objc public func with(contentImage: UIImage) -> BuilderParameterscontentImagethe centered content image Return Valuethe same builder object 
- 
                  
                  Set the background color for the tracking permission controller. DeclarationSwift @objc public func with(backgroundColor: UIColor) -> BuilderParametersbackgroundColorthe background color Return Valuethe same builder object 
- 
                  
                  Builds a TrackingPermissionConfigurationobject.DeclarationSwift @objc public func build() -> TrackingPermissionConfigurationReturn Valuea valid TrackingPermissionConfigurationobject
