mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
wantAgent.OperationType添加枚举START_SERVICE_EXTENSION
Signed-off-by: XKK <huyingsong@huawei.com>
This commit is contained in:
parent
01e9ff6f7f
commit
54eee5e976
12
api/@ohos.app.ability.wantAgent.d.ts
vendored
12
api/@ohos.app.ability.wantAgent.d.ts
vendored
@ -384,7 +384,17 @@ declare namespace wantAgent {
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.Core
|
||||
* @since 9
|
||||
*/
|
||||
SEND_COMMON_EVENT
|
||||
SEND_COMMON_EVENT,
|
||||
|
||||
/**
|
||||
* Starts a service extension.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.Core
|
||||
* @systemapi
|
||||
* @stagemodelonly
|
||||
* @since 12
|
||||
*/
|
||||
START_SERVICE_EXTENSION = 6
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user