Class CallHandle
Definition
- Assembly:
- Tizen.Telephony.dll
This class provides the APIs to get the information about calls.
C#Copypublic class CallHandle
- Inheritance
-
objectCallHandle
Properties
Declaration
C#Copypublic bool ConferenceStatus { get; }
Property Value
| Type | Description |
|---|---|
| bool | The value whether the call is a conference call or not (true: Conference call, false: Single call). |
View Source
Direction
Gets whether the call is MO(Mobile Originated) call or MT(Mobile Terminated) call.
Declaration
C#Copypublic CallHandle.CallDirection Direction { get; }
Property Value
| Type | Description |
|---|---|
| CallHandle.CallDirection | The direction of the call. |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | This Exception can occur due to:
|
Declaration
C#Copypublic uint HandleId { get; }
Property Value
| Type | Description |
|---|---|
| uint | The ID of the call handle. 0 if unable to complete the operation. |
Declaration
C#Copypublic string Number { get; }
Property Value
| Type | Description |
|---|---|
| string | The number of the call. Empty string if unable to complete the operation. |
Declaration
C#Copypublic CallHandle.CallStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| CallHandle.CallStatus | The status of the call. |
Declaration
C#Copypublic CallHandle.CallType Type { get; }
Property Value
| Type | Description |
|---|---|
| CallHandle.CallType | The type of the call. |