toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.viewmodels
/
SettingsViewModel
/
SettingsUiState
Settings
Ui
State
data
class
SettingsUiState
(
var
beaconTypes
:
List
<
String
>
=
emptyList()
,
var
voiceTypes
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Settings
Ui
State
Link copied to clipboard
constructor
(
beaconTypes
:
List
<
String
>
=
emptyList()
,
voiceTypes
:
List
<
String
>
=
emptyList()
)
Properties
beacon
Types
Link copied to clipboard
var
beaconTypes
:
List
<
String
>
voice
Types
Link copied to clipboard
var
voiceTypes
:
List
<
String
>