public enum MediaHttpDownloader.DownloadState extends Enum<MediaHttpDownloader.DownloadState>Download state associated with the Media HTTP downloader.
Static Fields |
|
|---|---|
| Name | Description |
MEDIA_COMPLETE |
Set after the complete media file is successfully downloaded. |
MEDIA_IN_PROGRESS |
Set after a media file chunk is downloaded. |
NOT_STARTED |
The download process has not started yet. |
Static Methods |
|
|---|---|
| Name | Description |
valueOf(String name) |
|
values() |
|