UserAgentInterceptor

class UserAgentInterceptor(val userAgent: String) : Interceptor

Constructors

Link copied to clipboard
fun UserAgentInterceptor(userAgent: String)

Functions

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

Properties

Link copied to clipboard
val userAgent: String