r89Should Intercept Request
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
WebView?
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
WebView?
String?