mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-17 07:29:22 +00:00
add user
Signed-off-by: unknown <sijunjie@huawei.com>
This commit is contained in:
parent
032393e505
commit
2073e9f91a
10
api/@ohos.ability.wantConstant.d.ts
vendored
10
api/@ohos.ability.wantConstant.d.ts
vendored
@ -262,7 +262,15 @@ declare namespace wantConstant {
|
||||
* @since 9
|
||||
* @systemapi Hide this for inner system use.
|
||||
*/
|
||||
DLP_PARAMS_INDEX = "ohos.dlp.params.index"
|
||||
DLP_PARAMS_INDEX = "ohos.dlp.params.index",
|
||||
|
||||
/**
|
||||
* Indicates the param of dlp security flag.
|
||||
*
|
||||
* @since 9
|
||||
* @systemapi Hide this for inner system use.
|
||||
*/
|
||||
DLP_PARAMS_INDEX = "ohos.dlp.params.securityFlag"
|
||||
}
|
||||
|
||||
/**
|
||||
|
19
api/@ohos.application.appManager.d.ts
vendored
19
api/@ohos.application.appManager.d.ts
vendored
@ -45,6 +45,25 @@ declare namespace appManager {
|
||||
STATE_DESTROY
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @name ProcessState
|
||||
* @since 9
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.Core
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @permission N/A
|
||||
*/
|
||||
export enum ProcessState {
|
||||
STATE_CREATE,
|
||||
STATE_FOREGROUND,
|
||||
STATE_VISIBLE,
|
||||
STATE_FOCUS,
|
||||
STATE_SUSPEND,
|
||||
STATE_KEEP_BACKGROUND,
|
||||
STATE_BACKGROUND,
|
||||
STATE_DESTROY
|
||||
}
|
||||
|
||||
/**
|
||||
* Register application state observer.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user