SettingsViewModel

class SettingsViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(soundscapeServiceConnection: SoundscapeServiceConnection)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class SettingsUiState(var beaconTypes: List<String> = emptyList(), var voiceTypes: List<String> = emptyList())

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