Package-level declarations

Types

Link copied to clipboard
abstract class FoundationFactory

An abstract factory class for building Foundation components for specific platforms.

Link copied to clipboard

Information about the library such as version and name.

Link copied to clipboard
class HttpClientConfiguration(val connectionTimeout: Long?, val readTimeout: Long?, val userAgent: String?, val retryOnNetworkFailure: Boolean?, val maxNetworkFailureRetryCount: Int?, val baseNetworkFailureRetryDelayMs: Long?, val applicationInterceptors: List<Interceptor>?)

Configuration data required by HttpClient.Builder to create HttpClient instance

Link copied to clipboard
typealias PlatformContext = Any?

Represents Context information related to a specific Platform

Properties

Link copied to clipboard
const val HTTP_AGENT: String
Link copied to clipboard
const val THOUSAND: Int = 1000