addWebViewInterceptor

fun OkHttpClient.addWebViewInterceptor(webViewInterceptor: WebViewInterceptor): OkHttpClient

Adds the WebViewInterceptor to the OkHttpClient builder.

Return

The OkHttpClient with the WebViewInterceptor added.

Parameters

webViewInterceptor

The WebViewInterceptor to add.