-
public class AdWebViewClient extends WebViewClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAdWebViewClient.AdAssetsLoadedListener
-
Constructor Summary
Constructors Constructor Description AdWebViewClient(AdWebViewClient.AdAssetsLoadedListener adAssetsLoadedListener)
-
Method Summary
Modifier and Type Method Description voidonPageStarted(WebView view, String url, Bitmap favicon)voidonPageFinished(WebView view, String url)voidonLoadResource(WebView view, String url)booleanshouldOverrideUrlLoading(WebView view, String url)voidonReceivedError(WebView view, int errorCode, String description, String failingUrl)booleanshouldOverrideKeyEvent(WebView view, KeyEvent event)voidregisterSpecialUrl(ActionUrl actionUrl)-
Methods inherited from class android.webkit.WebViewClient
doUpdateVisitedHistory, onFormResubmission, onLoadResource, onPageCommitVisible, onPageFinished, onPageStarted, onReceivedClientCertRequest, onReceivedError, onReceivedHttpAuthRequest, onReceivedHttpError, onReceivedLoginRequest, onReceivedSslError, onRenderProcessGone, onSafeBrowsingHit, onScaleChanged, onTooManyRedirects, onUnhandledKeyEvent, shouldInterceptRequest, shouldOverrideKeyEvent, shouldOverrideUrlLoading -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AdWebViewClient
AdWebViewClient(AdWebViewClient.AdAssetsLoadedListener adAssetsLoadedListener)
-
-
Method Detail
-
onPageStarted
void onPageStarted(WebView view, String url, Bitmap favicon)
-
onPageFinished
void onPageFinished(WebView view, String url)
-
onLoadResource
void onLoadResource(WebView view, String url)
-
shouldOverrideUrlLoading
boolean shouldOverrideUrlLoading(WebView view, String url)
-
onReceivedError
void onReceivedError(WebView view, int errorCode, String description, String failingUrl)
-
shouldOverrideKeyEvent
boolean shouldOverrideKeyEvent(WebView view, KeyEvent event)
-
registerSpecialUrl
void registerSpecialUrl(ActionUrl actionUrl)
-
-
-
-