Class Call
Definition
- Assembly:
- Tizen.Telephony.dll
The Call APIs allow you to get the voice and video call states. It provides the list of CallHandle which can be used to get the information about call related actions.
public class Call
- Inheritance
-
objectCall
Constructors
View SourceCall(SlotHandle)
The public constructor.
Declaration
public Call(SlotHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| SlotHandle | handle | SlotHandle received in the Manager.Init API. |
Properties
View SourcePreferredVoiceSubscription
Gets the current value for the preferred voice call subscription.
Declaration
public CallPreferredVoiceSubscription PreferredVoiceSubscription { get; }
Property Value
| Type | Description |
|---|---|
| CallPreferredVoiceSubscription | The currently set preferred voicecall subscription value. |
Methods
View SourceGetCallHandleList()
Gets the list of the current call.
Declaration
public IEnumerable<CallHandle> GetCallHandleList()
Returns
| Type | Description |
|---|---|
| IEnumerable<><CallHandle> | The list of the CallHandle for existing calls. |