HyphenateChatSDK  4.6.0
EMImageMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 
17 #import "EMFileMessageBody.h"
18 
38 
46 @property (nonatomic) CGSize size;
47 
59 @property (nonatomic) CGFloat compressionRatio;
60 
68 @property (nonatomic, copy) NSString *thumbnailDisplayName;
69 
80 @property (nonatomic, copy) NSString *thumbnailLocalPath;
81 
91 @property (nonatomic, copy) NSString *thumbnailRemotePath;
92 
100 @property (nonatomic, copy) NSString *thumbnailSecretKey;
101 
109 @property (nonatomic) CGSize thumbnailSize;
110 
118 @property (nonatomic) long long thumbnailFileLength;
119 
127 @property (nonatomic)EMDownloadStatus thumbnailDownloadStatus;
128 
162 - (instancetype)initWithData:(NSData *)aData
163  thumbnailData:(NSData *)aThumbnailData;
164 
165 @end
long long thumbnailFileLength
Definition: EMImageMessageBody.h:118
NSString * thumbnailLocalPath
Definition: EMImageMessageBody.h:80
NSString * thumbnailSecretKey
Definition: EMImageMessageBody.h:100
CGFloat compressionRatio
Definition: EMImageMessageBody.h:59
NSString * thumbnailRemotePath
Definition: EMImageMessageBody.h:91
Definition: EMImageMessageBody.h:37
CGSize size
Definition: EMImageMessageBody.h:46
Definition: EMFileMessageBody.h:41
EMDownloadStatus thumbnailDownloadStatus
Definition: EMImageMessageBody.h:127
NSString * thumbnailDisplayName
Definition: EMImageMessageBody.h:68
CGSize thumbnailSize
Definition: EMImageMessageBody.h:109