public interface DownloadListener
Modifier and Type | Method and Description |
---|---|
void |
onDownloadStart(String url,
String userAgent,
String contentDisposition,
String mimetype,
long contentLength)
Notify the host application that a file should be downloaded
|
void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength)
url
- The full url to the content that should be downloadeduserAgent
- the user agent to be used for the download.contentDisposition
- Content-disposition http header, if
present.mimetype
- The mimetype of the content reported by the servercontentLength
- The file size reported by the server