HyphenateSDK  3.6.1
EMImageMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 
17 #import "EMFileMessageBody.h"
18 
35 
43 @property (nonatomic) CGSize size;
44 
54 @property (nonatomic) CGFloat compressionRatio;
55 
63 @property (nonatomic, copy) NSString *thumbnailDisplayName;
64 
74 @property (nonatomic, copy) NSString *thumbnailLocalPath;
75 
83 @property (nonatomic, copy) NSString *thumbnailRemotePath;
84 
92 @property (nonatomic, copy) NSString *thumbnailSecretKey;
93 
101 @property (nonatomic) CGSize thumbnailSize;
102 
110 @property (nonatomic) long long thumbnailFileLength;
111 
119 @property (nonatomic)EMDownloadStatus thumbnailDownloadStatus;
120 
157 - (instancetype)initWithData:(NSData *)aData
158  thumbnailData:(NSData *)aThumbnailData;
159 
160 #pragma mark - EM_DEPRECATED_IOS < 3.2.3
161 
169 @property (nonatomic) CGFloat compressRatio __deprecated_msg("Use - compressionRatio");
170 
171 @end
long long thumbnailFileLength
Definition: EMImageMessageBody.h:110
CGFloat compressRatio __deprecated_msg("Use - compressionRatio")
NSString * thumbnailLocalPath
Definition: EMImageMessageBody.h:74
NSString * thumbnailSecretKey
Definition: EMImageMessageBody.h:92
CGFloat compressionRatio
Definition: EMImageMessageBody.h:54
NSString * thumbnailRemotePath
Definition: EMImageMessageBody.h:83
Definition: EMImageMessageBody.h:34
CGSize size
Definition: EMImageMessageBody.h:43
Definition: EMFileMessageBody.h:41
EMDownloadStatus thumbnailDownloadStatus
Definition: EMImageMessageBody.h:119
NSString * thumbnailDisplayName
Definition: EMImageMessageBody.h:63
CGSize thumbnailSize
Definition: EMImageMessageBody.h:101