SettingsViewModel
class SettingsViewModel @Inject constructor(apiService: SettingsApiService, preferences: SettingsPreferences) : ViewModel
Content copied to clipboard
ViewModel for module
Author
Vitaliy Zarubin
Constructors
SettingsViewModel
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
updateSettings
Link copied to clipboard
fun updateSettings()
Content copied to clipboard
Function stub as an example of how it works