AdManifestLoadEvent
@objcMembers
@objc(BMPAdManifestLoadEvent)
open class AdManifestLoadEvent : PlayerEvent
See BMPPlayerListener.h for more information on this event.
-
Returns the
AdConfigthis event is related to.Declaration
Swift
public let adConfig: AdConfig? -
Returns the
AdBreakthis event is related to.Declaration
Swift
public let adBreak: AdBreak? -
Undocumented
Declaration
Swift
override public var name: String { get } -
Undocumented
Declaration
Swift
public init( adConfig: AdConfig?, adBreak: AdBreak? ) -
Undocumented
Declaration
Swift
override public func toJsonData() -> [AnyHashable : Any]
AdManifestLoadEvent Class Reference