public interface UploadStatusCallback
| Modifier and Type | Field and Description |
|---|---|
static UploadStatusCallback |
NONE
Empty implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
onCheckResources()
Called after the /resources call is made.
|
void |
onMatchedFileNames(Set<String> matchedFileNames)
Called after the files to be uploaded have been identified.
|
void |
onProcessMatchedResources(int length)
Called after the data to be uploaded has been processed
|
boolean |
onProgress(String status)
Called during asynchronous upload process.
|
static final UploadStatusCallback NONE
void onCheckResources()
void onMatchedFileNames(Set<String> matchedFileNames)
matchedFileNames - the files to be uploadedvoid onProcessMatchedResources(int length)
length - the size of the upload data (before compression)boolean onProgress(String status)
status - string such as "queued", "finished"Copyright © 2015. All rights reserved.