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

Class android.webkit.WebViewClient

Removed Methods
void onReceivedSslError(WebView, SslErrorHandler, SslError) Notify the host application to handle a ssl certificate error request (display the error to the user and ask whether to proceed or not).
 

Added Methods
void onPageFinished(WebView, String) Notify the host application that a page has finished loading.
void onScaleChanged(WebView, float, float) Notify the host application that the scale applied to the WebView has changed.
 

Changed Methods
void onReceivedError(WebView, int, String, String) Change in signature from (WebView, int, String) to (WebView, int, String, String).
Report an error to an activity.
 

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