Layer1ApiSoundAlertMessage.SoundAlertStatus
Package: velox.api.layer1.messages
Type: Enum
Enclosing class: Layer1ApiSoundAlertMessage
Inheritance: java.lang.Object รขโ โ java.lang.Enum<Layer1ApiSoundAlertMessage.SoundAlertStatus> รขโ โ Layer1ApiSoundAlertMessage.SoundAlertStatus
All Implemented Interfaces: Serializable, Comparable<Layer1ApiSoundAlertMessage.SoundAlertStatus>, Constable
Enum Constantsโ
PENDINGโ
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus PENDING
In queue, waiting its turn
AWAITING_REPEATโ
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus AWAITING_REPEAT
Repeated alert is waiting for delay to finish
PLAYINGโ
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus PLAYING
Started playing
DONEโ
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus DONE
Done playing
POPUP_CLOSEDโ
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus POPUP_CLOSED
UI popup has been closed
Methodsโ
valuesโ
public static Layer1ApiSoundAlertMessage.SoundAlertStatus[] values()
Returns an array containing the constants of this enum class, in the order they are declared.
Returns: An array containing the constants of this enum class, in the order they are declared
valueOfโ
public static Layer1ApiSoundAlertMessage.SoundAlertStatus valueOf(String name)
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
Parameters:
name- The name of the enum constant to be returned
Returns: The enum constant with the specified name
Throws:
IllegalArgumentException- If this enum class has no constant with the specified nameNullPointerException- If the argument is null