GoogleImaIntegration
public protocol GoogleImaIntegration : Ads, IntegrationThe Google IMA Integration API.
- 
                  
                  The ads rendering settings which will be used when requesting an ad. Remark IMA will use this property as the primary rendering settings. The rendering settings can also be provided with each ad defined byNativeGoogleImaAdDescription,GoogleImaIntegration.requestAdsorGoogleImaIntegration.scheduleas fallback in case this property is nil.DeclarationSwift var renderingSettings: IMAAdsRenderingSettings? { get set }
- 
                  
                  Requests a Google IMA ad with the provided adTagUrl source. DeclarationSwift func requestAds(src: String, renderingSettings: IMAAdsRenderingSettings?)ParameterssrcThe adTagUrl source string. renderingSettingsThe IMAAdsRenderingSettingsto be used to request the Google IMA ad.
- 
                  
                  Requests a Google IMA ad with the provided adsResponse. DeclarationSwift func requestAds(adsResponse: String, renderingSettings: IMAAdsRenderingSettings?)ParametersadsResponseThe response string returned from a GET request of an adTagUrl. renderingSettingsThe IMAAdsRenderingSettingsto be used to request the Google IMA ad.
- 
                  
                  The Google DAI API which can be used to query information about dynamically inserted advertisements. DeclarationSwift var dai: GoogleDAI? { get }
