Settings
data class Settings(val source: PresentmentSource, val httpClientEngineFactory: HttpClientEngineFactory<*>)
Settings provided by the application for specifying what to present.
Properties
Link copied to clipboard
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.