public static interface UploadService.UploadServiceDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
onPackageSizeComputed(long totalSize) |
void |
onProgressChanged(long progress) |
void |
onUploadFinished(boolean finishedSuccessful)
Called when the upload is done, even if an error occurred
|
void onUploadFinished(boolean finishedSuccessful)
finishedSuccessful - this flag is true if the upload was made successfully, false otherwisevoid onPackageSizeComputed(long totalSize)
void onProgressChanged(long progress)