java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.kinvey.java.core.MediaHttpDownloader.DownloadState |
Download state associated with the Media HTTP downloader.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaHttpDownloader.DownloadState | DOWNLOAD_COMPLETE | Set after the complete media file is successfully downloaded. | |||||||||
MediaHttpDownloader.DownloadState | DOWNLOAD_FAILED_FILE_NOT_FOUND | Set when a download cannot be completed because the metadata doesn't exist | |||||||||
MediaHttpDownloader.DownloadState | DOWNLOAD_IN_PROGRESS | Set after a media file chunk is downloaded. | |||||||||
MediaHttpDownloader.DownloadState | INITIATION_COMPLETE | Set after the initiation request completes. | |||||||||
MediaHttpDownloader.DownloadState | INITIATION_STARTED | Set before the initiation request is sent. | |||||||||
MediaHttpDownloader.DownloadState | NOT_STARTED | The download process has not started yet. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static MediaHttpDownloader.DownloadState | valueOf(String name) | ||||||||||
final static DownloadState[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Set after the complete media file is successfully downloaded.
Set when a download cannot be completed because the metadata doesn't exist
Set after a media file chunk is downloaded.
Set after the initiation request completes.
Set before the initiation request is sent.
The download process has not started yet.