Skip to content

Instantly share code, notes, and snippets.

@RobertApikyan
Created July 12, 2022 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertApikyan/751d877d25a3919826bfad006f56f3ba to your computer and use it in GitHub Desktop.
Save RobertApikyan/751d877d25a3919826bfad006f56f3ba to your computer and use it in GitHub Desktop.
package com.hfh.wellbe.smartwatch.enums
enum class AssistantActionControlType(val value: Int) {
None(0),
AnswerCall(1),
Cancel(2),
DeclineCall(3),
Diagnostic(4),
ErrorOccurred(5),
HangUp(6),
Next(7),
Pause(8),
Previous(9),
Remove(10),
Resume(11),
Repeat(12),
StartWakeWordService(13),
Stop(14),
Test(15),
Shuffle(16)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment