public interface

AmazonDownloadListener

com.amazon.android.webkit.AmazonDownloadListener

Class Overview

The AmazonDownloadListener class is intended to be functionally equivalent to to the DownloadListener class. See DownloadListener for usage.

Summary

Public Methods
abstract void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength)
The onDownloadStart() method notifies the host that a download has started, and is intended to be functionally equivalent to the onDownloadStart(String, String, String, String, long) method.

Public Methods

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

The onDownloadStart() method notifies the host that a download has started, and is intended to be functionally equivalent to the onDownloadStart(String, String, String, String, long) method. See onDownloadStart(String, String, String, String, long) for usage.