harmony 鸿蒙Telephony Service Overview

  • 2022-08-09
  • 浏览 (691)

Telephony Service Overview

The telephony subsystem consists of the following modules that provide APIs to help you develop communication applications:

  • Call module: Allows an application to directly make a call and display the call on the application screen. A third-party application can start the system call application and redirect to the dialing screen to make a call. For details, see Telephony Call Development. With the call module, the application can also format phone numbers and determine whether a number is an emergency number. For details, see call API Reference.

  • SMS module: Allows an application to create and send SMS messages. For details, see Telephony SMS Development. In addition, the the application can obtain and set the SMS service center address, and check whether the current device can send and receive SMS messages. For details, see the sms API Reference.

  • Radio module: Allows an application to obtain the name of the currently registered network, network service status, and signal strength. For details, see radio API Reference.

  • Data module: Allows an application to access cellular data services. Cellular data is a wireless network communication standard that uses the packet switch technology throughout data transmission and switch to provide voice, data, and video services for mobile devices. It enables users to use applications on mobile devices or browse web pages on the mobile network. For details, see data API Reference.

  • SIM module: Allows an application to obtain SIM card information, such as the service provider, International Organization for Standardization (ISO) country code, and home Public Land Mobile Network (PLMN) number. For details, see sim API Reference.

Constraints

Before calling telephony service APIs, ensure that the device is equipped with a modem and SIM card capable of independent cellular communication.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Telephony

harmony 鸿蒙Call Service Development

harmony 鸿蒙SMS Service Development

0  赞