FileDocCategorySizeDatePackage
DownloadListener.javaAPI DocAndroid 1.5 API1300Wed May 06 22:41:56 BST 2009android.webkit

DownloadListener

public interface DownloadListener

Fields Summary
Constructors Summary
Methods Summary
public voidonDownloadStart(java.lang.String url, java.lang.String userAgent, java.lang.String contentDisposition, java.lang.String mimetype, long contentLength)
Notify the host application that a file should be downloaded

param
url The full url to the content that should be downloaded
param
userAgent the user agent to be used for the download.
param
contentDisposition Content-disposition http header, if present.
param
mimetype The mimetype of the content reported by the server
param
contentLength The file size reported by the server