BMPErrorEvent
@interface BMPErrorEvent : BMPPlayerEvent
See BMPPlayerListener.h for more information on this event.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger codeSwift
var code: UInt { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *messageSwift
var message: String { get } -
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithCode:(NSUInteger)code message:(NSString *)message NS_DESIGNATED_INITIALIZER;Swift
init(code: UInt, message: String)
View on GitHub
BMPErrorEvent Class Reference