-
public class MraidWebViewClient extends AdWebViewClient
Handles injecting the MRAID javascript to the 2nd webview, when encountering mraid.js urls
-
-
Constructor Summary
Constructors Constructor Description MraidWebViewClient(AdWebViewClient.AdAssetsLoadedListener adAssetsLoadedListener, String mraidScript)
-
Method Summary
Modifier and Type Method Description WebResourceResponseshouldInterceptRequest(WebView view, String url)-
Methods inherited from class com.appstock.sdk.rendering.views.webview.AdWebViewClient
onLoadResource, onPageFinished, onPageStarted, onReceivedError, registerSpecialUrl, shouldOverrideKeyEvent, shouldOverrideUrlLoading -
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
-
MraidWebViewClient
MraidWebViewClient(AdWebViewClient.AdAssetsLoadedListener adAssetsLoadedListener, String mraidScript)
-
-
Method Detail
-
shouldInterceptRequest
WebResourceResponse shouldInterceptRequest(WebView view, String url)
-
-
-
-