Package-level declarations

Types

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

Represents the HTTP configuration settings for the Navigation SDK.

Link copied to clipboard

This object is responsible for initializing the HTTP layer of the SDK.

Link copied to clipboard
class HttpSecurityConfiguration(val trustManager: X509TrustManager? = null, val keyManager: X509KeyManager? = null)

Represents the security configuration settings for HTTPS connections in the Navigation SDK.