GoogleIMAAdsConfiguration
@objc(THEOplayerGoogleIMAAdsConfiguration)
public class GoogleIMAAdsConfiguration : NSObject, Codable
Describes the configuration of the Google Interactive Media Ads.
-
Indicates whether the ads UI needs to be disabled (chromeless ads). Only applies to non TrueView ads
Declaration
Swift
@objc public var disableUI: Bool { get }
-
Indicates whether background audio playback for the IMA SDK is enabled.
Remark
Only has effect when used with native IMA configuration.Declaration
Swift
@objc public var enableBackgroundPlayback: Bool { get }