public class NoticeWebViewActivity.CommonWebViewClient
extends android.webkit.WebViewClient
ERROR_AUTHENTICATION, ERROR_BAD_URL, ERROR_CONNECT, ERROR_FAILED_SSL_HANDSHAKE, ERROR_FILE, ERROR_FILE_NOT_FOUND, ERROR_HOST_LOOKUP, ERROR_IO, ERROR_PROXY_AUTHENTICATION, ERROR_REDIRECT_LOOP, ERROR_TIMEOUT, ERROR_TOO_MANY_REQUESTS, ERROR_UNKNOWN, ERROR_UNSAFE_RESOURCE, ERROR_UNSUPPORTED_AUTH_SCHEME, ERROR_UNSUPPORTED_SCHEME, SAFE_BROWSING_THREAT_MALWARE, SAFE_BROWSING_THREAT_PHISHING, SAFE_BROWSING_THREAT_UNKNOWN, SAFE_BROWSING_THREAT_UNWANTED_SOFTWARE| Constructor and Description |
|---|
CommonWebViewClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPageFinished(android.webkit.WebView view,
java.lang.String url) |
void |
onPageStarted(android.webkit.WebView view,
java.lang.String url,
android.graphics.Bitmap favicon) |
void |
onReceivedError(android.webkit.WebView view,
android.webkit.WebResourceRequest request,
android.webkit.WebResourceError error) |
void |
onReceivedHttpError(android.webkit.WebView view,
android.webkit.WebResourceRequest request,
android.webkit.WebResourceResponse errorResponse) |
doUpdateVisitedHistory, onFormResubmission, onLoadResource, onPageCommitVisible, onReceivedClientCertRequest, onReceivedError, onReceivedHttpAuthRequest, onReceivedLoginRequest, onReceivedSslError, onRenderProcessGone, onSafeBrowsingHit, onScaleChanged, onTooManyRedirects, onUnhandledKeyEvent, shouldInterceptRequest, shouldInterceptRequest, shouldOverrideKeyEvent, shouldOverrideUrlLoading, shouldOverrideUrlLoadingpublic void onPageStarted(android.webkit.WebView view,
java.lang.String url,
android.graphics.Bitmap favicon)
onPageStarted in class android.webkit.WebViewClientpublic void onPageFinished(android.webkit.WebView view,
java.lang.String url)
onPageFinished in class android.webkit.WebViewClientpublic void onReceivedError(android.webkit.WebView view,
android.webkit.WebResourceRequest request,
android.webkit.WebResourceError error)
onReceivedError in class android.webkit.WebViewClientpublic void onReceivedHttpError(android.webkit.WebView view,
android.webkit.WebResourceRequest request,
android.webkit.WebResourceResponse errorResponse)
onReceivedHttpError in class android.webkit.WebViewClient