SettingsScreenViewModel

internal class SettingsScreenViewModel @Inject constructor(settingsRepository: SettingsRepository) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(settingsRepository: SettingsRepository)

Properties

Link copied to clipboard
internal val uiState: StateFlow<SettingsScreenUIState>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
internal fun clear()
Link copied to clipboard
Link copied to clipboard
protected open fun onCleared()
Link copied to clipboard
fun onClickUpdateTipsAndTricksViewMode(newState: TipsAndAdviceViewModeUI)