AdManifestLoadEvent
@objcMembers
@objc(BMPAdManifestLoadEvent)
open class AdManifestLoadEvent : PlayerEvent
See PlayerListener
for more information on this event.
-
The
AdConfig
this event is related to.Declaration
Swift
public let adConfig: AdConfig?
-
The
AdBreak
this 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? )