Added in API level 1

DownloadListener


public interface 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

onDownloadStart

Added in API level 1
public abstract void onDownloadStart (String url, 
                String userAgent, 
                String contentDisposition, 
                String mimetype, 
                long contentLength)

Notify the host application that a file should be downloaded