Enum MediaHttpDownloader.DownloadState (2.1.2)

public enum MediaHttpDownloader.DownloadState extends Enum<MediaHttpDownloader.DownloadState>

Download state associated with the Media HTTP downloader.

Static Fields

NameDescription
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

NameDescription
valueOf(String name)
values()