SettingsViewModel

ViewModel for the settings dialog.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: StateFlow<SettingsState>

Functions

Link copied to clipboard
fun init(settingsOptions: SettingsOptions, currentOptions: SettingsOptions?, context: Context)
Link copied to clipboard
fun updateOptions(settingsOptions: SettingsOptions)