SettingsUiState

data class SettingsUiState(var beaconDescriptions: List<Int> = emptyList(), var beaconValues: List<String> = emptyList(), var engineTypes: List<String> = emptyList(), var voiceTypes: List<String> = emptyList(), var storages: List<StorageUtils.StorageSpace> = emptyList(), var currentStoragePath: String = "", var selectedStorageIndex: Int = -1)

Constructors

Link copied to clipboard
constructor(beaconDescriptions: List<Int> = emptyList(), beaconValues: List<String> = emptyList(), engineTypes: List<String> = emptyList(), voiceTypes: List<String> = emptyList(), storages: List<StorageUtils.StorageSpace> = emptyList(), currentStoragePath: String = "", selectedStorageIndex: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard