Settings
data class Settings(val appName: String, val appIcon: DrawableResource, val promptModel: PromptModel, val applicationTheme: @Composable (content: @Composable () -> Unit) -> Unit, val documentTypeRepository: DocumentTypeRepository, val presentmentSource: PresentmentSource, val imageLoader: ImageLoader)
Settings provided by the application for specifying what to present.
Constructors
Link copied to clipboard
constructor(appName: String, appIcon: DrawableResource, promptModel: PromptModel, applicationTheme: @Composable (content: @Composable () -> Unit) -> Unit, documentTypeRepository: DocumentTypeRepository, presentmentSource: PresentmentSource, imageLoader: ImageLoader)
Properties
Link copied to clipboard
the theme to use.
Link copied to clipboard
Link copied to clipboard
the ImageLoader to use.
Link copied to clipboard
the PresentmentSource to use as the source of truth for what to present.
Link copied to clipboard
the PromptModel to use.