BMXFileAttachment
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from : NSObject Declared in BMXFileAttachment.h
显示名称
@property (nonatomic, copy) NSString *displayName
显示名称
BMXFileAttachment.h
下载状态
@property (nonatomic, assign) BMXAttachmentDownloadStatus downLoadStatus
下载状态
BMXFileAttachment.h
文件大小
@property (nonatomic, assign) long long fileLength
文件大小
BMXFileAttachment.h
本地路径
@property (nonatomic, copy) NSString *path
本地路径
BMXFileAttachment.h
文件url
@property (nonatomic, copy) NSString *url
文件url
BMXFileAttachment.h
初始化文件BMXFileAttachment
- (instancetype)initWithData:(NSData *)*aData* displayName:(NSString *)*displayName* conversationId:(NSString *)*conversationId*
aData 文件数据
displayName 文件名称
conversationId 会话id
BMXFileAttachment
初始化文件BMXFileAttachment
BMXFileAttachment.h
初始化文件BMXFileAttachment
- (instancetype)initWithPath:(NSString *)*path* displayName:(NSString *)*displayName* conversationId:(NSString *)*conversationId*
path 文件路径
displayName 文件名称
conversationId 会话id
初始化文件BMXFileAttachment
BMXFileAttachment.h