-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Call.StateAn enum describing the possible states of a Call.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONNECTINGThe Call was created or was accepted and is in the process of connecting.
RINGINGThe Call is ringing.
CONNECTEDThe Call is connected.
RECONNECTINGThe Call is reconnecting.
DISCONNECTEDThe Call was disconnected, either due to a disconnect or an error.
-
Method Summary
Modifier and Type Method Description static Array<Call.State>values()static Call.StatevalueOf(String name)-
-
Method Detail
-
values
static Array<Call.State> values()
-
valueOf
static Call.State valueOf(String name)
-
-
-
-