public static enum RealtimeMessage.Event extends Enum<RealtimeMessage.Event> implements BmcEnum
Incoming Types of message event sent from Service -> Client - RESULT - result - ACKAUDIO - ackAudio - ERROR - error - CONNECT - connect Outgoing Types of message event sent from Client -> Service - SEND_FINAL_RESULT - sendFinalResult
Modifier and Type | Method and Description |
---|---|
static RealtimeMessage.Event |
create(String key) |
String |
getValue() |
static RealtimeMessage.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeMessage.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealtimeMessage.Event Result
public static final RealtimeMessage.Event Ackaudio
public static final RealtimeMessage.Event Error
public static final RealtimeMessage.Event Connect
public static RealtimeMessage.Event[] values()
for (RealtimeMessage.Event c : RealtimeMessage.Event.values()) System.out.println(c);
public static RealtimeMessage.Event valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RealtimeMessage.Event create(String key)
Copyright © 2016–2024. All rights reserved.