NIMMessageAttachmentDownloadState Constants Reference
Declared in | NIMMessage.h |
---|
NIMMessageAttachmentDownloadState
Message attachment download states
Definition
typedef NS_ENUM(NSInteger, NIMMessageAttachmentDownloadState ) {
NIMMessageAttachmentDownloadStateNeedDownload,
NIMMessageAttachmentDownloadStateFailed,
NIMMessageAttachmentDownloadStateDownloading,
NIMMessageAttachmentDownloadStateDownloaded,
};
Constants
NIMMessageAttachmentDownloadStateNeedDownload
-
Downloadable attachment (not downloaded)
Declared In
NIMMessage.h
. NIMMessageAttachmentDownloadStateFailed
-
Failed to download the attachments (tried to download once but failed)
Declared In
NIMMessage.h
. NIMMessageAttachmentDownloadStateDownloading
-
Downloading
Declared In
NIMMessage.h
. NIMMessageAttachmentDownloadStateDownloaded
-
Downloaded
Declared In
NIMMessage.h
.
Declared In
NIMMessage.h