mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
add since 8
Signed-off-by: @xie-chang666 <xiechang2@huawei.com> Change-Id: I39be93d3bad66c269bfb6ec9fd70d4fdc3e80992
This commit is contained in:
parent
92d04db913
commit
6823804953
5
api/@ohos.commonEvent.d.ts
vendored
5
api/@ohos.commonEvent.d.ts
vendored
@ -862,30 +862,35 @@ declare namespace commonEvent {
|
||||
/**
|
||||
* The external storage was removed.
|
||||
* This is a protected common event that can only be sent by system.
|
||||
* @since 8
|
||||
*/
|
||||
COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED",
|
||||
|
||||
/**
|
||||
* The external storage was unmounted.
|
||||
* This is a protected common event that can only be sent by system.
|
||||
* @since 8
|
||||
*/
|
||||
COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED",
|
||||
|
||||
/**
|
||||
* The external storage was mounted.
|
||||
* This is a protected common event that can only be sent by system.
|
||||
* @since 8
|
||||
*/
|
||||
COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED",
|
||||
|
||||
/**
|
||||
* The external storage was bad removal.
|
||||
* This is a protected common event that can only be sent by system.
|
||||
* @since 8
|
||||
*/
|
||||
COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL",
|
||||
|
||||
/**
|
||||
* The external storage was eject.
|
||||
* This is a protected common event that can only be sent by system.
|
||||
* @since 8
|
||||
*/
|
||||
COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user