VoiceCommand

data class VoiceCommand(val stringId: Int, val action: (ArrayList<String>) -> Unit)

Constructors

Link copied to clipboard
constructor(stringId: Int, action: (ArrayList<String>) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard