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