BMXImageAttachment
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from : : NSObject Declared in BMXImageAttachment.h
@property (nonatomic) CGSize pictureSize
@property (nonatomic, assign) BMXAttachmentDownloadStatus thumbnailDownLoadStatus
@property (nonatomic, assign) long long thumbnailFileLength
@property (nonatomic, copy) NSString *thumbnailPath
@property (nonatomic) CGSize thumbnailSize
- (instancetype)initWithData:(NSData *)*aData* thumbnailData:(NSData *)*aThumbnailData* imageSize:(CGSize)*imageSize* conversationId:(NSString *)*conversationId*
- (instancetype)initWithLocalPath:(NSString *)*aLocalPath* thumbnailPath:(NSString *)*aThumbnailPath* size:(CGSize)*size* displayName:(NSString *)*aDisplayName* conversationId:(NSString *)*conversationId*
设置接收图片消息缩略图
- (void)setReceiveThumbnailUrl:(NSString *)*url* thumbnailSize:(CGSize)*thumbnailSize* fileLength:(long long)*fileLength*
设置接收图片消息缩略图
BMXImageAttachment.h
设置发送图片消息缩略图
- (void)setsendThumbnailPath:(NSString *)*path*
设置发送图片消息缩略图
BMXImageAttachment.h