• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Common Events of the SMS Application
2This document lists the common system events provided by the SMS application to applications. Applications can use [APIs](../js-apis-commonEventManager.md) to subscribe to common system events.
3
4## COMMON_EVENT_SMS_RECEIVE_COMPLETED
5
6Indicates that a new SMS message has been received.
7
8- Value: usual.event.SMS_RECEIVE_COMPLETED
9- Required subscriber permissions: none
10
11When the device receives a new SMS message, the event notification service is triggered to publish this event.
12