to top
Android APIs
Added in API level 1
public interface

DownloadListener

android.webkit.DownloadListener

Summary

Public Methods

? Examples
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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.