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

onDownloadStart

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

Notify the host application that a file should be downloaded

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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.