AdPodcastManagerSettings
@objc(AASDKAdPodcastManagerSettings)
public final class AdPodcastManagerSettings : NSObjectThe AdPodcastManagerSettings class provides settings for the  Ad Podcast Manager.
- 
                  
                  Your application can provide a player to play the podcast; otherwise, an internal player will be used. Your player will have to conform to the MediaPlayerStateprotocol.DeclarationSwift @objc public weak var player: MediaPlayerState?
- 
                  
                  The podcast metadata from the Adswizz AIS (Ads Insertion Server) may contain encoded information about the ad breaks including an ad direct selection URL which the SDK fires and obtains a VAST compliant response to extract additional ad related information. If enabled, automaticallySecureConnectionForAdURLwill make sure that any such direct selection URL will useHTTPSprotocol to avoid any additional whitelisting. If disabled,automaticallySecureConnectionForAdURLwill have no effect. Defaults totrue.DeclarationSwift @objc public var automaticallySecureConnectionForAdURL: Bool
