Package apple.callkit.enums
Class CXCallEndedReason
- java.lang.Object
-
- apple.callkit.enums.CXCallEndedReason
-
public final class CXCallEndedReason extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAnsweredElsewhereThe call was answered on another devicestatic longDeclinedElsewhereThe call was declined on another devicestatic longFailedAn error occurred while trying to service the callstatic longRemoteEndedThe remote party explicitly ended the callstatic longUnansweredThe call never started connecting and was never explicitly ended (e.g. outgoing/incoming call timeout)
-
-
-
Field Detail
-
Failed
public static final long Failed
An error occurred while trying to service the call- See Also:
- Constant Field Values
-
RemoteEnded
public static final long RemoteEnded
The remote party explicitly ended the call- See Also:
- Constant Field Values
-
Unanswered
public static final long Unanswered
The call never started connecting and was never explicitly ended (e.g. outgoing/incoming call timeout)- See Also:
- Constant Field Values
-
AnsweredElsewhere
public static final long AnsweredElsewhere
The call was answered on another device- See Also:
- Constant Field Values
-
DeclinedElsewhere
public static final long DeclinedElsewhere
The call was declined on another device- See Also:
- Constant Field Values
-
-