Enum MediaHttpUploader.UploadState (2.1.2)

public enum MediaHttpUploader.UploadState extends Enum<MediaHttpUploader.UploadState>

Upload state associated with the Media HTTP uploader.

Static Fields

NameDescription
INITIATION_COMPLETE

Set after the initiation request completes.

INITIATION_STARTED

Set before the initiation request is sent.

MEDIA_COMPLETE

Set after the complete media file is successfully uploaded.

MEDIA_IN_PROGRESS

Set after a media file chunk is uploaded.

NOT_STARTED

The upload process has not started yet.

Static Methods

NameDescription
valueOf(String name)
values()