MediationBaseInterstitialAdUnit
@objcMembers
public class MediationBaseInterstitialAdUnit : NSObjectBase class for interstitial ads in Mediation API.
- 
                  
                  Parameters for configuring banner ads. DeclarationSwift public var bannerParameters: BannerParameters { get }
- 
                  
                  Parameters for configuring video ads. DeclarationSwift public var videoParameters: VideoParameters { get }
- 
                  
                  The position of the ad on the screen. DeclarationSwift public var adPosition: AdPosition { get set }
- 
                  
                  Indicates whether the video ad is muted. DeclarationSwift public var isMuted: Bool { get set }
- 
                  
                  Indicates whether the sound button is visible in the video ad. DeclarationSwift public var isSoundButtonVisible: Bool { get set }
- 
                  
                  The area for the close button in the video ad. DeclarationSwift public var closeButtonArea: Double { get set }
- 
                  
                  The position of the close button in the video ad. DeclarationSwift public var closeButtonPosition: Position { get set }
- 
                  
                  The configuration ID for the ad unit. DeclarationSwift public var configId: String { get }
- 
                  
                  Makes bid request and setups mediation parameters. DeclarationSwift public func fetchDemand(completion: ((ResultCode) -> Void)?)ParameterscompletionA closure called with the result code indicating the outcome of the demand fetch. 
- 
                  
                  Sets the impression-level OpenRTB configuration string for the ad unit. DeclarationSwift public func setImpORTBConfig(_ ortbConfig: String?)ParametersortbConfigThe impression-level OpenRTB configuration string to set. Can be nilto clear the configuration.
- 
                  
                  Returns the impression-level OpenRTB configuration string. DeclarationSwift public func getImpORTBConfig() -> String?
- 
                  
                  Sets the global OpenRTB configuration string for the ad unit. It takes precedence over Targeting.setGlobalOrtbConfig.DeclarationSwift public func setGlobalORTBConfig(_ ortbConfig: String?)ParametersortbConfigThe global OpenRTB configuration string to set. Can be nilto clear the configuration.
- 
                  
                  Returns the global OpenRTB configuration string. DeclarationSwift public func getGlobalORTBConfig() -> String?
