Class CXCallEndedReason


  • public final class CXCallEndedReason
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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. outgoing/incoming call timeout)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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