CastWaitingForDeviceEvent
@available(tvOS, unavailable)
@objc(BMPCastWaitingForDeviceEvent)
@objcMembers
open class CastWaitingForDeviceEvent : PlayerEvent
See PlayerListener for more information on this event.
-
Declaration
Swift
override public var name: String { get } -
Declaration
Swift
public var castPayload: CastPayload { get } -
Declaration
Swift
public init( deviceName: String, currentTime: TimeInterval ) -
Declaration
Swift
override public func _toJsonData() -> [AnyHashable : Any]
CastWaitingForDeviceEvent Class Reference