public interface ProcessCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetry(Exception exception) |
void |
onCompleted(DownloadRunnable doneRunnable,
long startOffset,
long endOffset) |
void |
onError(Exception exception) |
void |
onProgress(long increaseBytes) |
void |
onRetry(Exception exception) |
void |
syncProgressFromCache() |
void onProgress(long increaseBytes)
void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset)
boolean isRetry(Exception exception)
void onError(Exception exception)
void onRetry(Exception exception)
void syncProgressFromCache()