Declared in TCBlobDownloader.h
Availability 1.5.2

TCBlobDownloadState

The current state of the download.

Definition

typedef NS_ENUM(NSUInteger, TCBlobDownloadState ) {
   TCBlobDownloadStateReady = 0,
   TCBlobDownloadStateDownloading,
   TCBlobDownloadStateDone,
   TCBlobDownloadStateCancelled,
   TCBlobDownloadStateFailed,
};

Constants

TCBlobDownloadStateReady

The download is instanciated but has not been started yet.

Declared In TCBlobDownloader.h.

TCBlobDownloadStateDownloading

The download has started the HTTP connection to retrieve the file.

Declared In TCBlobDownloader.h.

TCBlobDownloadStateDone

The download has been completed successfully.

Declared In TCBlobDownloader.h.

TCBlobDownloadStateCancelled

The download has been cancelled manually.

Declared In TCBlobDownloader.h.

TCBlobDownloadStateFailed

The download failed, probably because of an error. It is possible to access the error in the appropriate delegate method or block property.

Declared In TCBlobDownloader.h.

Availability

1.5.2

Declared In

TCBlobDownloader.h