API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface android.webkit.DownloadListener

Removed Methods
void onDownloadFailed(String, int) Notify the host application that a content download attempt has been requested, but failed.
void onDownloadFinished(String) Notify the host application that a download has been completed.
void onDownloadSuspended(String, Message) Notify the host application that a download has been suspended.
 

Changed Methods
void onDownloadStart(String, String, String, String, long) Change in signature from (String, String, long, Message, Message) to (String, String, String, String, long).
Notify the host application that a file should be downloaded
 

Removed Fields
int DOWNLOAD_FAILED_CANT_OPEN_FILE  
int DOWNLOAD_FAILED_CANT_WRITE  
int DOWNLOAD_FAILED_NO_HANDLING_APP  
int DOWNLOAD_FAILED_NO_SDCARD These flags are used with the function onDownloadFailed() to indicate the reason for the file download failure.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff