should Intercept Request
override fun shouldInterceptRequest(view: WebView?, request: WebResourceRequest?): WebResourceResponse?
we are overriding the default behaviour to add the consent data to the url and load it again.
instead of overriding this function override r89ShouldInterceptRequest
Return
Boolean
Parameters
view
WebView
request
WebResourceRequest
Deprecated
Deprecated in Java
we are overriding the default behaviour to add the consent data to the url and load it again.
instead of overriding this function override r89ShouldInterceptRequest
Return
Boolean
Parameters
view
WebView
url
String