PlayerErrorEvent
@objcMembers
@objc(BMPPlayerErrorEvent)
public class PlayerErrorEvent : PlayerEvent
See PlayerListener for more information on this event.
-
Declaration
Swift
public let code: PlayerError.Code -
Declaration
Swift
public let message: String -
Declaration
Swift
public let data: DeficiencyData? -
Declaration
Swift
override public var name: String { get } -
Declaration
Swift
public init(code: PlayerError.Code, message: String, data: DeficiencyData?)
PlayerErrorEvent Class Reference