!11998 add system event for datashare

Merge pull request !11998 from wdz/master
This commit is contained in:
openharmony_ci 2024-06-19 04:18:15 +00:00 committed by Gitee
commit 56a50d7ffd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2165,6 +2165,16 @@ declare namespace commonEventManager {
* @since 12
*/
COMMON_EVENT_MINORSMODE_OFF = 'usual.event.MINORSMODE_OFF',
/**
* This common event means that datashare is ready.
* This is a protected common event that can only be sent by system.
*
* @syscap SystemCapability.Notification.CommonEvent
* @atomicservice
* @since 12
*/
COMMON_EVENT_DATA_SHARE_READY = 'usual.event.DATA_SHARE_READY',
}
/**