GoogleIMAAdsConfiguration

@available(*, deprecated, message: "This class will be removed in future releases. Configuration for Google IMA is moved to `THEOplayerGoogleIMAIntegration`.")
@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

    @available(*, deprecated, message: "This property will be removed in future releases. Configuration for Google IMA is moved to `THEOplayerGoogleIMAIntegration`.")
    @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

    @available(*, deprecated, message: "This property will be removed in future releases. Configuration for Google IMA is moved to `THEOplayerGoogleIMAIntegration`.")
    @objc
    public var enableBackgroundPlayback: Bool { get }