AgoraChatSDK 1.0.7
AgoraChatImageMessageBody.h
1
15#import <Foundation/Foundation.h>
16
17#import "AgoraChatFileMessageBody.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)AgoraChatDownloadStatus thumbnailDownloadStatus;
128
162- (instancetype)initWithData:(NSData *)aData
163 thumbnailData:(NSData *)aThumbnailData;
164
165@end
Definition: AgoraChatFileMessageBody.h:42
Definition: AgoraChatImageMessageBody.h:38
NSString * thumbnailLocalPath
Definition: AgoraChatImageMessageBody.h:80
NSString * thumbnailRemotePath
Definition: AgoraChatImageMessageBody.h:91
NSString * thumbnailDisplayName
Definition: AgoraChatImageMessageBody.h:68
AgoraChatDownloadStatus thumbnailDownloadStatus
Definition: AgoraChatImageMessageBody.h:127
CGSize thumbnailSize
Definition: AgoraChatImageMessageBody.h:109
NSString * thumbnailSecretKey
Definition: AgoraChatImageMessageBody.h:100
long long thumbnailFileLength
Definition: AgoraChatImageMessageBody.h:118
CGSize size
Definition: AgoraChatImageMessageBody.h:46
CGFloat compressionRatio
Definition: AgoraChatImageMessageBody.h:59