Builder
@objc(AASDKAdswizzAdPodcastManagerBuilder)
public class Builder : NSObjectBuilder to conveniently create an AdswizzAdPodcastManager instance.
- 
                  
                  Set the HTTP protocol. The default is .https.DeclarationSwift @objc public func with(httpProtocol: HTTPProtocol) -> BuilderParametershttpProtocolhttp protocol Return Valuethe same builder object 
- 
                  
                  Set the companion zone ID. Optional. DeclarationSwift @objc public func with(companionZones: String) -> BuilderParameterscompanionZonescompanionZones description Return Valuethe same builder object 
- 
                  
                  Set the Adswizz ad server. Mandatory. DeclarationSwift @objc public func with(adServer: String) -> BuilderParametersadServerAdswizz server Return Valuethe same builder object. 
- 
                  
                  Builds an AdswizzAdPodcastManagerobject.Throws a missing server addressDeclarationSwift @objc public func build() throws -> AdswizzAdPodcastManagerReturn Valuea valid AdswizzAdPodcastManagerobject
