public static interface DownloadHelper.Callback
DownloadHelper is prepared.| Modifier and Type | Method and Description |
|---|---|
void |
onPrepared(DownloadHelper helper)
Called when preparation completes.
|
void |
onPrepareError(DownloadHelper helper,
java.io.IOException e)
Called when preparation fails.
|
void onPrepared(DownloadHelper helper)
helper - The reporting DownloadHelper.void onPrepareError(DownloadHelper helper, java.io.IOException e)
helper - The reporting DownloadHelper.e - The error.