public interface UploadListener
UploadManager with current creation progress.| Modifier and Type | Interface and Description |
|---|---|
static class |
UploadListener.Stage
Stage of creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdate(UploadListener.Stage stage,
int progress) |
void onUpdate(UploadListener.Stage stage, int progress)
stage - of creationprogress - progress as int from [-1 to 100],
where values [0, 100] indicates progress and -1 indicate progress not supported for this stage.