PLVImageEmotionMessage
Objective-C
@interface PLVImageEmotionMessage : NSObject
@property (nonatomic, copy) NSString * _Nullable msgId;
@property (nonatomic, copy) NSString *imageId;
@property (nonatomic, copy) NSString *imageName;
@property (nonatomic, copy) NSString * _Nullable imageUrl;
@property (nonatomic, assign) CGSize imageSize;
///图片表情消息的发送状态
@property (nonatomic, assign) PLVImageEmotionMessageSendState sendState;
@end
Swift
class PLVImageEmotionMessage : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString * _Nullable msgIdSwift
var msgId: String? { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *imageIdSwift
var imageId: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *imageNameSwift
var imageName: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString * _Nullable imageUrlSwift
var imageUrl: String? { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) CGSize imageSizeSwift
var imageSize: CGSize { get set } -
图片表情消息的发送状态
Declaration
Objective-C
@property (nonatomic) PLVImageEmotionMessageSendState sendState;Swift
var sendState: PLVImageEmotionMessageSendState { get set }
View on GitHub
PLVImageEmotionMessage Class Reference