public interface DownloadFileCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onException(File file,
Exception exception)
Called when the http request throw an exception
|
void |
onResult(File file,
File output)
Called when the request is successful
|
Copyright © 2016. All rights reserved.