SettingsViewModel

class SettingsViewModel @Inject constructor(settingsRepository: SettingsRepository) : ViewModel

ViewModel for SettingsDialog.

Parameters

settingsRepository

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun signOut()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard