RequestInterceptor

Observes, modifies outgoing request from the SDK. Interceptors can be used to add, remove, or transform headers, url, method on the request.

Inheritors

Functions

Link copied to clipboard
abstract fun intercept(@NonNull request: Request): Request
Intercepts outgoing request from the SDK.