| java.lang.Object | |
| ↳ | com.cisco.telephony.CallHandle |
This class defines a Call Handle that consists of the call id and line id of the call.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CallHandle | NO_CALL_HANDLE | NO_CALL_HANDLE indicates a dummy call handle with NO_LINE_ID & NO_CALL_ID. | |||||||||
| int | NO_CALL_ID | NO_CALL_ID indicates call id is not specified. | |||||||||
| int | NO_LINE_ID | NO_LINE_ID indicates line id is not specified. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a unique call reference.
| |||||||||||
Returns the line id on which the call is created.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
NO_CALL_HANDLE indicates a dummy call handle with NO_LINE_ID & NO_CALL_ID.
NO_CALL_ID indicates call id is not specified.
NO_LINE_ID indicates line id is not specified.
Returns a unique call reference. Client should treat this as an opaque id.
Returns the line id on which the call is created. Client should treat this as an opaque id.