NativeGoogleImaAdDescription
public class NativeGoogleImaAdDescription : GoogleImaAdDescriptionAn AdDescription object that will be added to the player when using the Google Ima ad integration.
Remark
- Subclass of GoogleImaAdDescription, but additionally provides an interface to pass renderingSettings and make requests via adsResponse.
- 
                  
                  The IMAAdsRenderingSettingsto be used to request the Google IMA ad.DeclarationSwift public var renderingSettings: IMAAdsRenderingSettings?
- 
                  
                  The response string returned from a GET request of an adTagUrl. DeclarationSwift public var adsResponse: String?
- 
                  
                  Constructs a NativeGoogleImaAdDescription. DeclarationSwift override public init(src: String, timeOffset: String? = nil)Parameterssrcthe source of the ad. timeOffsetthe optional time offset, defaults to nil. 
- 
                  
                  Constructs a NativeGoogleImaAdDescription. DeclarationSwift public convenience init(src: String, timeOffset: String? = nil, renderingSettings: IMAAdsRenderingSettings? = nil)ParameterssrcThe adTagUrl source string. timeOffsetThe optional time offset, defaults to nil. renderingSettingsThe ads rendering settings which will be used when requesting an ad, defaults to nil. 
- 
                  
                  Constructs a NativeGoogleImaAdDescription. DeclarationSwift public init(adsResponse: String, timeOffset: String? = nil, renderingSettings: IMAAdsRenderingSettings? = nil)ParametersadsResponseThe response string returned from a GET request of an adTagUrl. timeOffsetThe optional time offset, defaults to nil. renderingSettingsThe ads rendering settings which will be used when requesting an ad, defaults to nil. 
- 
                  
                  DeclarationSwift required convenience public init(from decoder: Decoder) throws
