HyphenateSDK  3.6.1
构造函数 | 属性 | 所有成员列表
EMFileMessageBody类 参考

#import <EMFileMessageBody.h>

类 EMFileMessageBody 继承关系图:
EMMessageBody EMImageMessageBody EMVideoMessageBody EMVoiceMessageBody

构造函数

(instancetype) - initWithLocalPath:displayName:
 
(instancetype) - initWithData:displayName:
 

属性

NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
EMDownloadStatus downloadStatus
 
- 属性 继承自 EMMessageBody
EMMessageBodyType type
 

详细描述

文件消息体

函数文档

- (instancetype) initWithData: (NSData *)  aData
displayName: (NSString *)  aDisplayName 

初始化文件消息体

参数
aData附件数据
aDisplayName附件显示名(不包含路径)
返回
消息体实例
- (instancetype) initWithLocalPath: (NSString *)  aLocalPath
displayName: (NSString *)  aDisplayName 

初始化文件消息体

参数
aLocalPath附件本地路径
aDisplayName附件显示名(不包含路径)
返回
消息体实例

属性说明

- (NSString*) displayName
readwritenonatomiccopy

附件的显示名

- (EMDownloadStatus) downloadStatus
readwritenonatomicassign

附件的下载状态

- (long long) fileLength
readwritenonatomicassign

附件的大小, 以字节为单位

- (NSString*) localPath
readwritenonatomiccopy

附件的本地路径

- (NSString*) remotePath
readwritenonatomiccopy

附件在服务器上的路径

- (NSString*) secretKey
readwritenonatomiccopy

附件的密钥, 下载附件时需要密匙做校验


该类的文档由以下文件生成: