Settings

data class Settings(val source: PresentmentSource, val httpClientEngineFactory: HttpClientEngineFactory<*>)

Settings provided by the application for specifying what to present.

Constructors

Link copied to clipboard
constructor(source: PresentmentSource, httpClientEngineFactory: HttpClientEngineFactory<*>)

Properties

Link copied to clipboard
val httpClientEngineFactory: HttpClientEngineFactory<*>

the factory for creating the Ktor HTTP client engine (e.g. CIO).

Link copied to clipboard

the PresentmentSource to use as the source of truth for what to present.