public static enum AudioController.UseSpeakerphone extends java.lang.Enum<AudioController.UseSpeakerphone>
| Enum Constant and Description | 
|---|
| SPEAKERPHONE_AUTO | 
| SPEAKERPHONE_FALSE | 
| SPEAKERPHONE_TRUE | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
| static AudioController.UseSpeakerphone | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AudioController.UseSpeakerphone[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AudioController.UseSpeakerphone SPEAKERPHONE_AUTO
public static final AudioController.UseSpeakerphone SPEAKERPHONE_TRUE
public static final AudioController.UseSpeakerphone SPEAKERPHONE_FALSE
public static AudioController.UseSpeakerphone[] values()
for (AudioController.UseSpeakerphone c : AudioController.UseSpeakerphone.values()) System.out.println(c);
public static AudioController.UseSpeakerphone 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 java.lang.String toString()
toString in class java.lang.Enum<AudioController.UseSpeakerphone>Copyright 2016, Sinch AB