AdvertisingConfig
@objc(BMPAdvertisingConfig)
@objcMembers
public class AdvertisingConfig : NSObject
Contains config values regarding the ads which should be played back by the player.
-
Provides access to the current
ImaAdsManageronce it becomes available.Declaration
Swift
public var onAdsManagerAvailable: ((ImaAdsManager) -> Void)? -
Callback that provides access to the
ImaSettingsbefore any initialization happens.Declaration
Swift
public var beforeInitialization: ((ImaSettings) -> Void)? -
Configuration to customize Google IMA SDK integration behavior.
Declaration
Swift
public var ima: ImaAdvertisingConfig -
Creates a new
AdvertisingConfigwith empty ad schedule.Declaration
Swift
override public convenience init() -
Creates a new
AdvertisingConfigwith the given ad schedule.Declaration
Swift
public init(schedule: [AdItem])Parameters
scheduleThe ad schedule which will be used within this
AdvertisingConfig.
AdvertisingConfig Class Reference