app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
org.scottishtecharmy.soundscape.services.mediacontrol
/
VoiceCommandManager
/
VoiceCommand
Voice
Command
data
class
VoiceCommand
(
val
stringId
:
Int
,
val
action
:
(
ArrayList
<
String
>
)
->
Unit
)
Members
Constructors
Voice
Command
Link copied to clipboard
constructor
(
stringId
:
Int
,
action
:
(
ArrayList
<
String
>
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
ArrayList
<
String
>
)
->
Unit
string
Id
Link copied to clipboard
val
stringId
:
Int