Android
android.webkit
public interface

android.webkit.DownloadListener

android.webkit.DownloadListener

Summary

Public Methods

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

Details

Public Methods

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

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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48