public interface

HTCDownloadListener

implements DownloadListener
android.webkit.HTCDownloadListener

Summary

Public Methods
abstract void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength, String authHeaderName, String authHeaderValue)
Notify the host application that a file should be downloaded
[Expand]
Inherited Methods
From interface android.webkit.DownloadListener

Public Methods

public abstract void onDownloadStart (String url, String userAgent, String contentDisposition, String mimetype, long contentLength, String authHeaderName, String authHeaderValue)

Notify the host application that a file should be downloaded

Parameters
url The full url to the content that should be downloaded
userAgent 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 server
contentLength The file size reported by the server
authHeaderName The auth Header Name
authHeaderValue The auth Header Value