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