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())