FRRequestInterceptor

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

Functions

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