AdManifestLoadEvent

@objcMembers
@objc(BMPAdManifestLoadEvent)
open class AdManifestLoadEvent : PlayerEvent

See BMPPlayerListener.h for more information on this event.

  • Returns the AdConfig this event is related to.

    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(
        adConfig: AdConfig?,
        adBreak: AdBreak?
    )
  • Undocumented

    Declaration

    Swift

    override public func toJsonData() -> [AnyHashable : Any]