NIMMessageAttachmentDownloadState Constants Reference
| Declared in | NIMMessage.h | 
|---|
NIMMessageAttachmentDownloadState
消息附件下载状态
Definition
typedef NS_ENUM(NSInteger, NIMMessageAttachmentDownloadState ) {
                            
                               NIMMessageAttachmentDownloadStateNeedDownload,
                            
                               NIMMessageAttachmentDownloadStateFailed,
                            
                               NIMMessageAttachmentDownloadStateDownloading,
                            
                               NIMMessageAttachmentDownloadStateDownloaded,
                            
                            };
                    
                    Constants
NIMMessageAttachmentDownloadStateNeedDownload- 
附件需要进行下载 (有附件但并没有下载过)
Declared In
NIMMessage.h. NIMMessageAttachmentDownloadStateFailed- 
附件收取失败 (尝试下载过一次并失败)
Declared In
NIMMessage.h. NIMMessageAttachmentDownloadStateDownloading- 
附件下载中
Declared In
NIMMessage.h. NIMMessageAttachmentDownloadStateDownloaded- 
附件下载成功/无附件
Declared In
NIMMessage.h. 
Declared In
NIMMessage.h