r89ShouldInterceptRequest

This will be called before the shouldInterceptRequest but we can't allow overriding shouldInterceptRequest because we need it to include cmp data when loading a web inside appHostName domain.

Otherwise use it as shouldInterceptRequest, look at WebViewClient.shouldInterceptRequest

Return

Boolean If not overwritten always returns null to continue loading the request normally

Parameters

view

WebView?

request

WebResourceRequest?


Deprecated

Deprecated in Java

Replace with

r89ShouldInterceptRequest(view: WebView?, request: WebResourceRequest): WebResourceResponse?

This will be called before the shouldInterceptRequest but we can't allow overriding shouldInterceptRequest because we need it to include cmp data when loading a web inside appHostName domain.

Otherwise use it as shouldInterceptRequest, look at WebViewClient.shouldInterceptRequest

Return

Boolean If not overwritten always returns null e to continue loading the url normally

Parameters

view

WebView?

url

String?