public static enum IMCenter.VoiceMessageType extends java.lang.Enum<IMCenter.VoiceMessageType>
| Enum Constant and Description |
|---|
HighQuality
高音质语音消息
|
Ordinary
普通音质语音消息
|
| Modifier and Type | Method and Description |
|---|---|
static IMCenter.VoiceMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMCenter.VoiceMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMCenter.VoiceMessageType Ordinary
public static final IMCenter.VoiceMessageType HighQuality
public static IMCenter.VoiceMessageType[] values()
for (IMCenter.VoiceMessageType c : IMCenter.VoiceMessageType.values()) System.out.println(c);
public static IMCenter.VoiceMessageType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null