Namespace Tizen.Telephony
Classes
Call
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.
CallHandle
This class provides the APIs to get the information about calls. It contains several properties such as HandleId, Number, Type, Status, Direction, and ConferenceStatus, which allow users to obtain specific details about a call. These properties can be accessed individually to gain insights into aspects like the call handle ID, number, type, status, direction, and whether it is a conference call or not.
ChangeNotificationEventArgs
This class contains the data related to the Notification event. Each Notification type corresponds to a specific change in the telephony or network configuration, allowing developers to react accordingly. By leveraging these notifications, applications can maintain real-time awareness of critical telephony and network conditions, enhancing overall user experience.
Manager
This class provides APIs to initialize and deinitialize the framework. It also provides APIs to get the SlotHandles, which can then be used to get other Network/Sim/Call/Modem information.
Modem
This class provides APIs to obtain information from the modem. It includes properties such as Imei, which allows users to retrieve the International Mobile Station Equipment Identity (IMEI) of a mobile phone. By utilizing these features, developers can gather valuable information about the modem and incorporate it into their applications effectively.
Network
The Network class provides APIs to obtain information about the current telephony service network. It offers properties such as Lac, which allows users to retrieve the Location Area Code (LAC) of the current location. Another property, CellId, enables users to obtain the cell identification number.
Sim
SlotHandle
This class provides APIs that provide functionality related to the slot handle.
StateEventArgs
This class contains the data related to the State changed event.
Enums
CallHandle.CallDirection
Enumeration for the call direction.
CallHandle.CallStatus
Enumeration for the call status.
CallHandle.CallType
Enumeration for the call type.
CallPreferredVoiceSubscription
Enumeration for the preferred voice call subscription.
ChangeNotificationEventArgs.Notification
Enumeration for the Telephony Notification.
Modem.PowerStatus
Enumeration for the Modem Power Status.
Network.DefaultDataSubscription
Enumeration for the possible 'default' Data Subscriptions for the Packet Switched(PS).
Network.DefaultSubscription
Enumeration for defining the possible 'default' Subscriptions for the Circuit Switched(CS).
Network.NameOption
Enumeration for the network name priority.
Network.PsType
Enumeration for the PS types.
Network.Rssi
Enumeration for the RSSI (Receive Signal Strength Indicator). Rssi6 indicates the highest strength.
Network.SelectionMode
Enumeration for the network selection modes.
Network.ServiceState
Enumeration for the network service states.
Network.Type
Enumeration for the network types.
Sim.ApplicationType
Enumeration for the type of the SIM card.
Sim.LockState
Enumeration for the lock state of the SIM card.
Sim.State
Enumeration for the state of the SIM card.
State
Enumeration for the telephony states.