PLVCustomMessage
Objective-C
@interface PLVCustomMessage : NSObject
@property (nonatomic, copy) NSString * _Nullable msgId;
@property (nonatomic, copy) NSString *tip;
@property (nonatomic, copy) NSString *event;
@property (nonatomic, strong) NSDictionary *data;
@property (nonatomic, assign) int emitMode;
@end
Swift
class PLVCustomMessage : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString * _Nullable msgId
Swift
var msgId: String? { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *tip
Swift
var tip: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *event
Swift
var event: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary *data
Swift
var data: [AnyHashable : Any] { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic) int emitMode
Swift
var emitMode: Int32 { get set }