Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <Error class: unknown class>.setupAndroidComponents(context: Context? = null, density: Density? = context?.let { Density(it) }, maxParallelism: Int = DEFAULT_MAX_PARALLELISM)
Link copied to clipboard
fun <Error class: unknown class>.setupDefaultComponents(context: Context? = null, density: Density? = context?.let { Density(it) }, maxParallelism: Int = DEFAULT_MAX_PARALLELISM, httpClient: () -> HttpClient = httpEngineFactory)
actual fun ComponentRegistryBuilder.setupDefaultComponents(httpClient: () -> HttpClient)
fun ComponentRegistryBuilder.setupDefaultComponents(density: Density = Density(2f), httpClient: () -> HttpClient = httpEngineFactory, maxParallelism: Int = DEFAULT_MAX_PARALLELISM)
fun <Error class: unknown class>.setupDefaultComponents(density: Density = Density(2f), httpClient: () -> HttpClient = httpEngineFactory, maxParallelism: Int = DEFAULT_MAX_PARALLELISM)
Link copied to clipboard
fun ComponentRegistryBuilder.setupKtorComponents(httpClient: () -> HttpClient = httpEngineFactory)
Link copied to clipboard
fun ComponentRegistryBuilder.setupSkiaComponents(density: Density = Density(2f), maxParallelism: Int = DEFAULT_MAX_PARALLELISM)