ApolloClientAwarenessInterceptor

class ApolloClientAwarenessInterceptor(clientName: String, clientVersion: String) : HttpInterceptor

A HttpInterceptor to add Client Awareness.

Constructors

Link copied to clipboard
fun ApolloClientAwarenessInterceptor(clientName: String, clientVersion: String)

Functions

Link copied to clipboard
open fun dispose()
Link copied to clipboard
open suspend override fun intercept(request: HttpRequest, chain: HttpInterceptorChain): HttpResponse