public class

CallHandle

extends Object
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.CallHandle

Class Overview

This class defines a Call Handle that consists of the call id and line id of the call.

Summary

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
CallHandle(Parcel in)
CallHandle(int call_id)
CallHandle(int call_id, int line_id)
Public Methods
int getCallID()
Returns a unique call reference.
int getLineID()
Returns the line id on which the call is created.
final void setValue(int value)
String toString()
void writeToParcel(Parcel dest, int arg1)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final CallHandle NO_CALL_HANDLE

NO_CALL_HANDLE indicates a dummy call handle with NO_LINE_ID & NO_CALL_ID.

public static final int NO_CALL_ID

NO_CALL_ID indicates call id is not specified.

Constant Value: 0 (0x00000000)

public static final int NO_LINE_ID

NO_LINE_ID indicates line id is not specified.

Constant Value: 0 (0x00000000)

Public Constructors

public CallHandle (Parcel in)

public CallHandle (int call_id)

public CallHandle (int call_id, int line_id)

Public Methods

public int getCallID ()

Returns a unique call reference. Client should treat this as an opaque id.

public int getLineID ()

Returns the line id on which the call is created. Client should treat this as an opaque id.

public final void setValue (int value)

public String toString ()

public void writeToParcel (Parcel dest, int arg1)