AdStartedEvent
@objcMembers
@objc(BMPAdStartedEvent)
open class AdStartedEvent : AdEvent
See BMPPlayerListener.h for more information on this event.
-
Undocumented
Declaration
Swift
public let clickThroughUrl: URL?
-
Undocumented
Declaration
Swift
public let clientType: BMPAdSourceType
-
Undocumented
Declaration
Swift
public let indexInQueue: UInt
-
Undocumented
Declaration
Swift
public let duration: TimeInterval
-
Undocumented
Declaration
Swift
public let timeOffset: TimeInterval
-
Undocumented
Declaration
Swift
public let skipOffset: TimeInterval
-
Undocumented
Declaration
Swift
public let position: String?
-
Undocumented
Declaration
Swift
override public var name: String { get }
-
Undocumented
Declaration
Swift
public init( clickThroughUrl: URL?, clientType: BMPAdSourceType, indexInQueue: UInt, duration: TimeInterval, timeOffset: TimeInterval, skipOffset: TimeInterval, position: String?, ad: Ad )
-
Undocumented
Declaration
Swift
override public func toJsonData() -> [AnyHashable : Any]