java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.kinvey.java.core.MediaHttpUploader.UploadState |
Upload state associated with the Media HTTP uploader.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaHttpUploader.UploadState | INITIATION_COMPLETE | Set after the initiation request completes. | |||||||||
MediaHttpUploader.UploadState | INITIATION_STARTED | Set before the initiation request is sent. | |||||||||
MediaHttpUploader.UploadState | NOT_STARTED | The upload process has not started yet. | |||||||||
MediaHttpUploader.UploadState | UPLOAD_COMPLETE | Set after the complete media file is successfully uploaded. | |||||||||
MediaHttpUploader.UploadState | UPLOAD_IN_PROGRESS | Set after a media file chunk is uploaded. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static MediaHttpUploader.UploadState | valueOf(String name) | ||||||||||
final static UploadState[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Set after the initiation request completes.
Set before the initiation request is sent.
The upload process has not started yet.
Set after the complete media file is successfully uploaded.
Set after a media file chunk is uploaded.