SettingsUiState

data class SettingsUiState(val settings: AppSettings = AppSettings(), val keys: List<KeySummary> = emptyList(), val apiApps: List<ApiAppEntity> = emptyList(), val status: String? = null, val accessibilityEnabled: Boolean = false)

Immutable UI state for the settings screen.

Constructors

Link copied to clipboard
constructor(settings: AppSettings = AppSettings(), keys: List<KeySummary> = emptyList(), apiApps: List<ApiAppEntity> = emptyList(), status: String? = null, accessibilityEnabled: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard