mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
!11998 add system event for datashare
Merge pull request !11998 from wdz/master
This commit is contained in:
commit
56a50d7ffd
10
api/@ohos.commonEventManager.d.ts
vendored
10
api/@ohos.commonEventManager.d.ts
vendored
@ -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',
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user