ErrorEvent
@objcMembers
@objc(BMPErrorEvent)
open class ErrorEvent : PlayerEvent
See BMPPlayerListener.h for more information on this event.
-
Undocumented
Declaration
Swift
public let code: UInt
-
Undocumented
Declaration
Swift
public let message: String
-
Undocumented
Declaration
Swift
override public var name: String { get }
-
Undocumented
Declaration
Swift
public init( code: UInt, message: String )
-
Undocumented
Declaration
Swift
override public func toJsonData() -> [AnyHashable : Any]