UserAgentInterceptor

open class UserAgentInterceptor : Interceptor

Interceptor that adds user agent header

Constructors

Link copied to clipboard
constructor()
constructor(userAgent: String)
constructor(@Nullable user: UserAccount)

Properties

Link copied to clipboard
val Companion: Interceptor.Companion

Functions

Link copied to clipboard
open fun intercept(chain: Interceptor.Chain): Response