UiConfig

data class UiConfig(val nightMode: NightMode = NightMode.SYSTEM, val theme: Theme = Theme.isic)

UI configuration for Virtual ID screen - definition of how the screen should look like.

Constructors

Link copied to clipboard
constructor(nightMode: NightMode = NightMode.SYSTEM, theme: Theme = Theme.isic)

Properties

Link copied to clipboard

(optional) Night mode. See NightMode

Link copied to clipboard

(optional) Colour theme , by default Theme.isic is used. There are two more available: Theme.itic and Theme.iytc.