CookieInterceptor

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

Inheritors

Functions

Link copied to clipboard
abstract fun intercept(cookies: List<Cookie>): List<Cookie>

Intercepts outgoing request cookie header from the SDK.