com.amazon.android.webkit.AmazonDownloadListener |
The AmazonDownloadListener class is intended to be functionally equivalent to
to the DownloadListener
class. See
DownloadListener
for usage.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. |
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.