public static enum AIButton.MicState extends java.lang.Enum<AIButton.MicState>
| Modifier and Type | Method and Description |
|---|---|
static AIButton.MicState |
fromAttrs(android.content.res.TypedArray viewAttrs) |
static AIButton.MicState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AIButton.MicState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AIButton.MicState normal
public static final AIButton.MicState busy
public static final AIButton.MicState listening
public static final AIButton.MicState speaking
public static AIButton.MicState[] values()
for (AIButton.MicState c : AIButton.MicState.values()) System.out.println(c);
public static AIButton.MicState 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 nullpublic static AIButton.MicState fromAttrs(android.content.res.TypedArray viewAttrs)