HttpConfiguration

class HttpConfiguration(val context: Context, val interceptors: List<HttpInterceptor> = emptyList(), val securityConfig: HttpSecurityConfiguration = HttpSecurityConfiguration())

Represents the HTTP configuration settings for the Navigation SDK.

Constructors

Link copied to clipboard
constructor(context: Context, interceptors: List<HttpInterceptor> = emptyList(), securityConfig: HttpSecurityConfiguration = HttpSecurityConfiguration())

Properties

Link copied to clipboard

The application context.

Link copied to clipboard

A list of interceptors that modify and inspect all HTTP requests. They are executed in the order they are listed.

Link copied to clipboard

The configuration settings for HTTPS connections, including trust and key managers.