public enum MediaHttpUploader.UploadState extends Enum<MediaHttpUploader.UploadState>Upload state associated with the Media HTTP uploader.
Static Fields
| Name | Description |
| 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
| Name | Description |
| valueOf(String name) | |
| values() |