| java.lang.Object | |
| ↳ | com.cisco.telephony.CiscoTelephonyManager.CiscoTelephonyManagerLine |
This provides access to line services. The services includes creating calls and add/remove event listeners for line/call.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CiscoTelephonyManager.CiscoTelephonyManagerLine.CiscoTelephonyManagerLineInvalidObject | Exception returned from an Invalid Line | ||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add listener for call events for calls on this line.
| |||||||||||
Add listener for events on this line.
| |||||||||||
Creates a new call on this line and returns interface to newly
created call.
| |||||||||||
Gets reference handle for the line information.
| |||||||||||
Remove call event listener.
| |||||||||||
Remove line event listener.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Add listener for call events for calls on this line. Adding listener using this method will notify all call events that belong to this line. Requires the permission "cisco.telephony.permission.CALL_INFO_PERMISSION".
| listener | to be added |
|---|
Add listener for events on this line. Adding listener using this method will notify all the line events on this line. Requires the permission "cisco.telephony.permission.LINE_INFO_PERMISSION"
| listener | to be added |
|---|
Creates a new call on this line and returns interface to newly created call. This is the first method to invoke to create an outgoing call.
Gets reference handle for the line information. Requires the permission "cisco.telephony.permission.LINE_INFO_PERMISSION".
Remove call event listener.
| listener | to be removed |
|---|
Remove line event listener.
| listener | to be removed |
|---|