AdManifestLoadEvent
@objcMembers
@objc(BMPAdManifestLoadEvent)
open class AdManifestLoadEvent : PlayerEvent
See PlayerListener for more information on this event.
-
The
AdConfigthis event is related to.Declaration
Swift
public let adConfig: AdConfig? -
The
AdBreakthis event is related to.Declaration
Swift
public let adBreak: AdBreak? -
Declaration
Swift
override public var name: String { get } -
Declaration
Swift
public init( adConfig: AdConfig?, adBreak: AdBreak? )
AdManifestLoadEvent Class Reference