Builder
@objc(TrackingPermissionTextElementBuilder)
public class Builder : NSObjectBuilder class for a TrackingPermissionUIElement object.
- 
                  
                  The text element font. DeclarationSwift @objc public func with(font: UIFont) -> BuilderParametersfontfont for the text element Return Valuethe same builder object 
- 
                  
                  The text element color. DeclarationSwift @objc public func with(color: UIColor) -> BuilderParameterscolorcolor for the text element Return Valuethe same builder object 
- 
                  
                  The text element content. DeclarationSwift @objc public func with(content: String) -> BuilderParameterscontentvalue for the text element Return Valuethe same builder object 
- 
                  
                  Builds a TrackingPermissionUIElementobject.DeclarationSwift @objc public func build() -> TrackingPermissionUIElementReturn Valuea valid TrackingPermissionUIElementobject
