HyphenateSDK 3.6.3
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
EMFileMessageBody
Definition: EMFileMessageBody.h:41
EMImageMessageBody::size
CGSize size
Definition: EMImageMessageBody.h:43
EMImageMessageBody::thumbnailLocalPath
NSString * thumbnailLocalPath
Definition: EMImageMessageBody.h:74
EMImageMessageBody::compressionRatio
CGFloat compressionRatio
Definition: EMImageMessageBody.h:54
EMImageMessageBody::thumbnailSecretKey
NSString * thumbnailSecretKey
Definition: EMImageMessageBody.h:92
-[EMImageMessageBody __deprecated_msg]
CGFloat compressRatio __deprecated_msg("Use - compressionRatio")
EMImageMessageBody
Definition: EMImageMessageBody.h:34
EMImageMessageBody::thumbnailRemotePath
NSString * thumbnailRemotePath
Definition: EMImageMessageBody.h:83
EMImageMessageBody::thumbnailDownloadStatus
EMDownloadStatus thumbnailDownloadStatus
Definition: EMImageMessageBody.h:119
EMImageMessageBody::thumbnailFileLength
long long thumbnailFileLength
Definition: EMImageMessageBody.h:110
EMImageMessageBody::thumbnailDisplayName
NSString * thumbnailDisplayName
Definition: EMImageMessageBody.h:63
EMImageMessageBody::thumbnailSize
CGSize thumbnailSize
Definition: EMImageMessageBody.h:101