public static interface DownloadHelper.DownloadListener
| Modifier and Type | Method and Description |
|---|---|
void |
beginDownload() |
java.lang.String |
downloadPath() |
void |
endDownload(boolean success) |
void |
progress(long current,
long max) |