public final class

LineEventID

extends StringEnum
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.SEnum
     ↳ com.cisco.telephony.StringEnum
       ↳ com.cisco.telephony.LineEventID

Class Overview

This class enumerates line events.

Summary

Constants
LineEventID CAPSET_CHANGED Feature capability set changed for this line.
LineEventID CFWDALL_STATUS_CHANGED Call forward all status of this line changed.
LineEventID LINE_ADDED Line is added.
LineEventID LINE_REMOVED Line is removed.
LineEventID MNC_REACHED Maximum call capacity reached on this line.
LineEventID MWI_STATUS_CHANGED Change in Message Waiting indicator on this line.
LineEventID RECORD_NOTIFY A call is getting recorded on this line.
LineEventID REGISTRATION_STATE_CHANGED Registration status of this line changed.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
LineEventID()
LineEventID(Parcel in)
LineEventID(String id)
[Expand]
Inherited Methods
From class com.cisco.telephony.StringEnum
From class com.cisco.telephony.SEnum
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final LineEventID CAPSET_CHANGED

Feature capability set changed for this line.

See Also
  • ILineInfo#getCapabilitySet()
  • ILineInfo#hasCapability()

public static final LineEventID CFWDALL_STATUS_CHANGED

Call forward all status of this line changed.

See Also
  • isForwardAllActive()
  • getForwardAllNumber()

public static final LineEventID LINE_ADDED

Line is added.

See Also
  • getLineType()

public static final LineEventID LINE_REMOVED

Line is removed.

public static final LineEventID MNC_REACHED

Maximum call capacity reached on this line.

public static final LineEventID MWI_STATUS_CHANGED

Change in Message Waiting indicator on this line.

See Also
  • getMWIStatus()
  • ILineInfo#getMWIType()
  • getMWINewMsgCount()
  • getMWIOldMsgCount()
  • getMWIPrioNewMsgCount()
  • getMWIPrioOldMsgCount()

public static final LineEventID RECORD_NOTIFY

A call is getting recorded on this line.

public static final LineEventID REGISTRATION_STATE_CHANGED

Registration status of this line changed.

See Also
  • isRegistered()

Public Constructors

public LineEventID ()

public LineEventID (Parcel in)

public LineEventID (String id)