intercept

open override fun intercept(chain: Interceptor.Chain): Response

Intercepts and modifies the API request chain.

Return

The Response after applying modifications.

Parameters

chain

The Interceptor.Chain for the request.