public final class CXCallEndedReason
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AnsweredElsewhere
The call was answered on another device
|
static long |
DeclinedElsewhere
The call was declined on another device
|
static long |
Failed
An error occurred while trying to service the call
|
static long |
RemoteEnded
The remote party explicitly ended the call
|
static long |
Unanswered
The call never started connecting and was never explicitly ended (e.g.
|
public static final long Failed
public static final long RemoteEnded
public static final long Unanswered
public static final long AnsweredElsewhere
public static final long DeclinedElsewhere