public static final enum

AppRTCBluetoothManager.State

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.nexmo.sdk.conversation.client.audio.AppRTCBluetoothManager.State

Summary

Enum Values
AppRTCBluetoothManager.State  ERROR   
AppRTCBluetoothManager.State  HEADSET_AVAILABLE   
AppRTCBluetoothManager.State  HEADSET_UNAVAILABLE   
AppRTCBluetoothManager.State  SCO_CONNECTED   
AppRTCBluetoothManager.State  SCO_CONNECTING   
AppRTCBluetoothManager.State  SCO_DISCONNECTING   
AppRTCBluetoothManager.State  UNINITIALIZED   
Public Methods
static AppRTCBluetoothManager.State valueOf(String name)
final static State[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AppRTCBluetoothManager.State ERROR

public static final AppRTCBluetoothManager.State HEADSET_AVAILABLE

public static final AppRTCBluetoothManager.State HEADSET_UNAVAILABLE

public static final AppRTCBluetoothManager.State SCO_CONNECTED

public static final AppRTCBluetoothManager.State SCO_CONNECTING

public static final AppRTCBluetoothManager.State SCO_DISCONNECTING

public static final AppRTCBluetoothManager.State UNINITIALIZED

Public Methods

public static AppRTCBluetoothManager.State valueOf (String name)

public static final State[] values ()