okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
okhttp-parent
okhttp
/
okhttp3
/
OkHttpClient
/
Builder
/
addNetworkInterceptor
add
Network
Interceptor
fun
addNetworkInterceptor
(
interceptor
:
Interceptor
)
:
OkHttpClient.Builder
inline
fun
addNetworkInterceptor
(
crossinline
block
:
(
chain
:
Interceptor.Chain
)
->
Response
)
:
OkHttpClient.Builder