Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
public interface

DownloadListener

android.webkit.DownloadListener

Summary

Public Methods
abstract void onDownloadStart ( String url, String userAgent, String contentDisposition, String mimetype, long contentLength)
Notify the host application that a file should be downloaded

Public Methods

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

Added in API level 1

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