HyphenateSDK  3.3.0
EMImageMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 
17 #import "EMFileMessageBody.h"
18 
28 
36 @property (nonatomic) CGSize size;
37 
45 @property (nonatomic) CGFloat compressionRatio;
46 
54 @property (nonatomic, copy) NSString *thumbnailDisplayName;
55 
63 @property (nonatomic, copy) NSString *thumbnailLocalPath;
64 
72 @property (nonatomic, copy) NSString *thumbnailRemotePath;
73 
81 @property (nonatomic, copy) NSString *thumbnailSecretKey;
82 
90 @property (nonatomic) CGSize thumbnailSize;
91 
99 @property (nonatomic) long long thumbnailFileLength;
100 
108 @property (nonatomic)EMDownloadStatus thumbnailDownloadStatus;
109 
127 - (instancetype)initWithData:(NSData *)aData
128  thumbnailData:(NSData *)aThumbnailData;
129 
130 #pragma mark - EM_DEPRECATED_IOS < 3.2.3
131 
139 @property (nonatomic) CGFloat compressRatio __deprecated_msg("Use - compressionRatio");
140 
141 @end
long long thumbnailFileLength
Definition: EMImageMessageBody.h:99
CGFloat compressRatio __deprecated_msg("Use - compressionRatio")
NSString * thumbnailLocalPath
Definition: EMImageMessageBody.h:63
NSString * thumbnailSecretKey
Definition: EMImageMessageBody.h:81
CGFloat compressionRatio
Definition: EMImageMessageBody.h:45
NSString * thumbnailRemotePath
Definition: EMImageMessageBody.h:72
Definition: EMImageMessageBody.h:27
CGSize size
Definition: EMImageMessageBody.h:36
Definition: EMFileMessageBody.h:40
EMDownloadStatus thumbnailDownloadStatus
Definition: EMImageMessageBody.h:108
NSString * thumbnailDisplayName
Definition: EMImageMessageBody.h:54
CGSize thumbnailSize
Definition: EMImageMessageBody.h:90