Settings

data class Settings(val appName: String, val appIcon: DrawableResource, val promptModel: PromptModel, val documentTypeRepository: DocumentTypeRepository, val presentmentSource: PresentmentSource)

Settings provided by the application for specifying what to present.

Constructors

Link copied to clipboard
constructor(appName: String, appIcon: DrawableResource, promptModel: PromptModel, documentTypeRepository: DocumentTypeRepository, presentmentSource: PresentmentSource)

Properties

Link copied to clipboard
val appIcon: DrawableResource

the application icon.

Link copied to clipboard

the application name.

Link copied to clipboard

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

Link copied to clipboard