BMXAttachmentDownloadStatus

Declared in BMXMessageAttachment.h

BMXAttachmentDownloadStatus

Definition

typedef NS_ENUM(NSUInteger, BMXAttachmentDownloadStatus ) {   
    
    BMXAttachmentDownloadStatusDownloaing,
    
    BMXAttachmentDownloadStatusSuccessed,
    
    BMXAttachmentDownloadStatusFailed,
    
    BMXAttachmentDownloadStatusNotStart,
    
    BMXAttachmentDownloadStatusCanceled,
    
};

Constants

BMXAttachmentDownloadStatusDownloaing

Declared In BMXMessageAttachment.h.

BMXAttachmentDownloadStatusSuccessed

Declared In BMXMessageAttachment.h.

BMXAttachmentDownloadStatusFailed

Declared In BMXMessageAttachment.h.

BMXAttachmentDownloadStatusNotStart

Declared In BMXMessageAttachment.h.

BMXAttachmentDownloadStatusCanceled

Declared In BMXMessageAttachment.h.

Last updated

Was this helpful?