Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
cfedb144
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
cfedb144
编写于
3月 14, 2022
作者:
X
xuezhongzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
api文档修改
Signed-off-by:
N
xuezhongzhu
<
xuezhongzhu@huawei.com
>
上级
ae5ba5a7
变更
7
展开全部
显示空白变更内容
内联
并排
Showing
7 changed file
with
473 addition
and
289 deletion
+473
-289
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
+48
-1
zh-cn/application-dev/reference/apis/js-apis-backgroundTaskManager.md
...ation-dev/reference/apis/js-apis-backgroundTaskManager.md
+14
-11
zh-cn/application-dev/reference/apis/js-apis-commonEvent.md
zh-cn/application-dev/reference/apis/js-apis-commonEvent.md
+28
-22
zh-cn/application-dev/reference/apis/js-apis-environment.md
zh-cn/application-dev/reference/apis/js-apis-environment.md
+16
-4
zh-cn/application-dev/reference/apis/js-apis-formbindingdata.md
...application-dev/reference/apis/js-apis-formbindingdata.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-notification.md
zh-cn/application-dev/reference/apis/js-apis-notification.md
+210
-157
zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md
...n/application-dev/reference/apis/js-apis-reminderAgent.md
+151
-88
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
浏览文件 @
cfedb144
...
@@ -476,6 +476,10 @@ queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: As
...
@@ -476,6 +476,10 @@ queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: As
以异步方法根据给定的意图获取Ability信息,使用callback形式返回结果。
以异步方法根据给定的意图获取Ability信息,使用callback形式返回结果。
**系统能力:**
SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
| 名称 | 类型 | 必填 | 描述 |
| 名称 | 类型 | 必填 | 描述 |
...
@@ -509,6 +513,10 @@ queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Arra
...
@@ -509,6 +513,10 @@ queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Arra
以异步方法根据给定的意图获取Ability信息,使用callback形式返回结果。
以异步方法根据给定的意图获取Ability信息,使用callback形式返回结果。
**系统能力:**
SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
| 名称 | 类型 | 必填 | 描述 |
| 名称 | 类型 | 必填 | 描述 |
...
@@ -699,6 +707,10 @@ getNameForUid(uid: number): Promise\<string>
...
@@ -699,6 +707,10 @@ getNameForUid(uid: number): Promise\<string>
以异步方法通过uid获取对应的包名,使用Promise形式返回结果。
以异步方法通过uid获取对应的包名,使用Promise形式返回结果。
**系统能力:**
SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
| 名称 | 类型 | 必填 | 描述 |
| 名称 | 类型 | 必填 | 描述 |
...
@@ -728,6 +740,10 @@ getNameForUid(uid: number, callback: AsyncCallback<string>): void;
...
@@ -728,6 +740,10 @@ getNameForUid(uid: number, callback: AsyncCallback<string>): void;
以异步方法通过uid获取对应的包名,使用callback形式返回结果。
以异步方法通过uid获取对应的包名,使用callback形式返回结果。
**系统能力:**
SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
| 名称 | 类型 | 必填 | 描述 |
| 名称 | 类型 | 必填 | 描述 |
...
@@ -748,9 +764,10 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -748,9 +764,10 @@ bundle.getNameForUid(uid, (err, data) => {
})
})
```
```
## ElementName
## ElementName
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ----------- | -------- | ------ | ---- | ------------------------------------------------------------ |
| ----------- | -------- | ------ | ---- | ------------------------------------------------------------ |
| deviceId | 只读 | string | 否 | 表示运行指定Ability的设备ID。 |
| deviceId | 只读 | string | 否 | 表示运行指定Ability的设备ID。 |
...
@@ -761,6 +778,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -761,6 +778,8 @@ bundle.getNameForUid(uid, (err, data) => {
## InstallStatus
## InstallStatus
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ------------- | -------- | ---------------- | ---- | ------------------------------------------------------------ |
| ------------- | -------- | ---------------- | ---- | ------------------------------------------------------------ |
| status | 只读 | InstallErrorCode | 是 | 安装结果code
<br/>
SUCCESS = 0
<br/>
STATUS_INSTALL_FAILURE = 1
<br/>
STATUS_INSTALL_FAILURE_ABORTED = 2,
<br/>
STATUS_INSTALL_FAILURE_INVALID = 3
<br/>
STATUS_INSTALL_FAILURE_CONFLICT = 4
<br/>
STATUS_INSTALL_FAILURE_STORAGE = 5
<br/>
STATUS_INSTALL_FAILURE_INCOMPATIBLE = 6
<br/>
STATUS_UNINSTALL_FAILURE = 7
<br>
STATUS_UNINSTALL_FAILURE_BLOCKED = 8
<br/>
STATUS_UNINSTALL_FAILURE_ABORTED = 9
<br/>
STATUS_UNINSTALL_FAILURE_CONFLICT = 10
<br/>
STATUS_INSTALL_FAILURE_DOWNLOAD_TIMEOUT = 0x0B
<br/>
STATUS_INSTALL_FAILURE_DOWNLOAD_FAILED = 0x0C
<br/>
STATUS_RECOVER_FAILURE_INVALID = 0x0D
<br/>
STATUS_ABILITY_NOT_FOUND = 0x40
<br/>
STATUS_BMS_SERVICE_ERROR = 0x41
<br/>
STATUS_FAILED_NO_SPACE_LEFT = 0x42
<br/>
STATUS_GRANT_REQUEST_PERMISSIONS_FAILED = 0x43
<br/>
STATUS_INSTALL_PERMISSION_DENIED = 0x44
<br/>
STATUS_UNINSTALL_PERMISSION_DENIED = 0x45 |
| status | 只读 | InstallErrorCode | 是 | 安装结果code
<br/>
SUCCESS = 0
<br/>
STATUS_INSTALL_FAILURE = 1
<br/>
STATUS_INSTALL_FAILURE_ABORTED = 2,
<br/>
STATUS_INSTALL_FAILURE_INVALID = 3
<br/>
STATUS_INSTALL_FAILURE_CONFLICT = 4
<br/>
STATUS_INSTALL_FAILURE_STORAGE = 5
<br/>
STATUS_INSTALL_FAILURE_INCOMPATIBLE = 6
<br/>
STATUS_UNINSTALL_FAILURE = 7
<br>
STATUS_UNINSTALL_FAILURE_BLOCKED = 8
<br/>
STATUS_UNINSTALL_FAILURE_ABORTED = 9
<br/>
STATUS_UNINSTALL_FAILURE_CONFLICT = 10
<br/>
STATUS_INSTALL_FAILURE_DOWNLOAD_TIMEOUT = 0x0B
<br/>
STATUS_INSTALL_FAILURE_DOWNLOAD_FAILED = 0x0C
<br/>
STATUS_RECOVER_FAILURE_INVALID = 0x0D
<br/>
STATUS_ABILITY_NOT_FOUND = 0x40
<br/>
STATUS_BMS_SERVICE_ERROR = 0x41
<br/>
STATUS_FAILED_NO_SPACE_LEFT = 0x42
<br/>
STATUS_GRANT_REQUEST_PERMISSIONS_FAILED = 0x43
<br/>
STATUS_INSTALL_PERMISSION_DENIED = 0x44
<br/>
STATUS_UNINSTALL_PERMISSION_DENIED = 0x45 |
...
@@ -769,6 +788,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -769,6 +788,8 @@ bundle.getNameForUid(uid, (err, data) => {
包的标志
包的标志
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 默认值 | 说明 |
| 名称 | 默认值 | 说明 |
| ------ | ------ | ------ |
| ------ | ------ | ------ |
| GET_BUNDLE_DEFAULT | 0x00000000 | 获取默认的应用信息 |
| GET_BUNDLE_DEFAULT | 0x00000000 | 获取默认的应用信息 |
...
@@ -788,6 +809,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -788,6 +809,8 @@ bundle.getNameForUid(uid, (err, data) => {
包的选项
包的选项
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| userId | number | 是 | 是 | 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
| userId | number | 是 | 是 | 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
...
@@ -796,6 +819,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -796,6 +819,8 @@ bundle.getNameForUid(uid, (err, data) => {
应用包的信息
应用包的信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| name | string | 是 | 否 | 应用包的名称 |
| name | string | 是 | 否 | 应用包的名称 |
...
@@ -826,6 +851,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -826,6 +851,8 @@ bundle.getNameForUid(uid, (err, data) => {
应用程序信息
应用程序信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| name | string | 是 | 否 | 应用程序的名称 |
| name | string | 是 | 否 | 应用程序的名称 |
...
@@ -854,6 +881,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -854,6 +881,8 @@ bundle.getNameForUid(uid, (err, data) => {
应用程序的模块信息
应用程序的模块信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| moduleName | string | 是 | 否 | 模块名称 |
| moduleName | string | 是 | 否 | 模块名称 |
...
@@ -863,6 +892,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -863,6 +892,8 @@ bundle.getNameForUid(uid, (err, data) => {
自定义元数据
自定义元数据
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ----- | ------ | ---- | ---- | ---------------- |
| ----- | ------ | ---- | ---- | ---------------- |
| name | string | 是 | 是 | 自定义元数据名称 |
| name | string | 是 | 是 | 自定义元数据名称 |
...
@@ -874,6 +905,8 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -874,6 +905,8 @@ bundle.getNameForUid(uid, (err, data) => {
Hap模块信息
Hap模块信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| name | string | 是 | 否 | 模块名称 |
| name | string | 是 | 否 | 模块名称 |
...
@@ -897,6 +930,8 @@ Hap模块信息
...
@@ -897,6 +930,8 @@ Hap模块信息
应用运行时需向系统申请的权限集合的详细信息
应用运行时需向系统申请的权限集合的详细信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| name | string | 是 | 是 | 需要使用的权限名称 |
| name | string | 是 | 是 | 需要使用的权限名称 |
...
@@ -907,6 +942,8 @@ Hap模块信息
...
@@ -907,6 +942,8 @@ Hap模块信息
描述权限使用的场景和时机
描述权限使用的场景和时机
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| abilities | Array
<string>
| 是 | 是 | 使用到该权限的Ability集合 |
| abilities | Array
<string>
| 是 | 是 | 使用到该权限的Ability集合 |
...
@@ -917,6 +954,8 @@ Hap模块信息
...
@@ -917,6 +954,8 @@ Hap模块信息
Ability信息
Ability信息
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
| bundleName | string | 是 | 否 | 应用包名 |
| bundleName | string | 是 | 否 | 应用包名 |
...
@@ -951,6 +990,8 @@ Ability信息
...
@@ -951,6 +990,8 @@ Ability信息
Ability类型
Ability类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 说明 |
| 名称 | 类型 | 说明 |
| ------- | ---- | --------------------------- |
| ------- | ---- | --------------------------- |
| UNKNOWN | 无 | 未知Ability类型 |
| UNKNOWN | 无 | 未知Ability类型 |
...
@@ -962,6 +1003,8 @@ Ability类型
...
@@ -962,6 +1003,8 @@ Ability类型
屏幕显示方向
屏幕显示方向
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 说明 |
| 名称 | 类型 | 说明 |
| ------------- | ---- | ------------------------ |
| ------------- | ---- | ------------------------ |
| UNSPECIFIED | 无 | 屏幕方向--不指定 |
| UNSPECIFIED | 无 | 屏幕方向--不指定 |
...
@@ -973,6 +1016,8 @@ Ability类型
...
@@ -973,6 +1016,8 @@ Ability类型
启动模式
启动模式
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 说明 |
| 名称 | 类型 | 说明 |
| ----------- | ---- | ------------------- |
| ----------- | ---- | ------------------- |
| SINGLETON | 0 | Ability只有一个示例 |
| SINGLETON | 0 | Ability只有一个示例 |
...
@@ -982,6 +1027,8 @@ Ability类型
...
@@ -982,6 +1027,8 @@ Ability类型
Ability的子类型
Ability的子类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask
| 名称 | 类型 | 说明 |
| 名称 | 类型 | 说明 |
| ----------- | ---- | ----------------------------- |
| ----------- | ---- | ----------------------------- |
| UNSPECIFIED | 0 | 未定义Ability子类型 |
| UNSPECIFIED | 0 | 未定义Ability子类型 |
...
...
zh-cn/application-dev/reference/apis/js-apis-backgroundTaskManager.md
浏览文件 @
cfedb144
...
@@ -191,11 +191,12 @@ startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: Want
...
@@ -191,11 +191,12 @@ startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: Want
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask
-
**参数**
:
-
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| context | Context | 是 | 应用运行的上下文 |
| context | Context | 是 | 应用运行的上下文 |
| bgMode | BackgroundMode | 是 | 向系统申请的后台模式 |
| bgMode | BackgroundMode | 是 | 向系统申请的后台模式 |
| wantAgent |
[
WantAgent
](
js-apis-notification.md#WantAgent接口
)
| 是 | 通知参数,用于指定长时任务通知点击跳转的界面 |
| wantAgent |
[
WantAgent
](
js-apis-notification.md#WantAgent接口
)
| 是 | 通知参数,用于指定长时任务通知点击跳转的界面 |
-
**返回值**
-
**返回值**
| 类型 | 说明 |
| 类型 | 说明 |
...
@@ -295,14 +296,16 @@ backgroundTaskManager.stopBackgroundRunning(featureAbility.getContext()).then(()
...
@@ -295,14 +296,16 @@ backgroundTaskManager.stopBackgroundRunning(featureAbility.getContext()).then(()
## BackgroundMode <sup>8+</sup>
## BackgroundMode <sup>8+</sup>
**系统能力:**
以下各项对应的系统能力均为SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask
| 参数名 | 参数值 | 描述 |
| 参数名 | 参数值 | 描述 |
| ----------------------- | -------- | -------- |
| ----------------------- | -------- | -------- |
| DATA_TRANSFER | 1 | 数据传输
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| DATA_TRANSFER | 1 | 数据传输 |
| AUDIO_PLAYBACK | 2 | 音频播放
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| AUDIO_PLAYBACK | 2 | 音频播放 |
| AUDIO_RECORDING | 3 | 录音
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| AUDIO_RECORDING | 3 | 录音 |
| LOCATION | 4 | 定位导航
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| LOCATION | 4 | 定位导航 |
| BLUETOOTH_INTERACTION | 5 | 蓝牙相关
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| BLUETOOTH_INTERACTION | 5 | 蓝牙相关 |
| MULTI_DEVICE_CONNECTION | 6 | 多设备互联
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| MULTI_DEVICE_CONNECTION | 6 | 多设备互联 |
| WIFI_INTERACTION | 7 | WLAN相关(系统保留)
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| WIFI_INTERACTION | 7 | WLAN相关(系统保留) |
| VOIP | 8 | 音视频通话(系统保留)
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| VOIP | 8 | 音视频通话(系统保留) |
| TASK_KEEPING | 9 | 计算任务(仅供PC使用)
<br/>
**系统能力:**
SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| TASK_KEEPING | 9 | 计算任务(仅供PC使用) |
\ No newline at end of file
\ No newline at end of file
zh-cn/application-dev/reference/apis/js-apis-commonEvent.md
浏览文件 @
cfedb144
...
@@ -251,8 +251,8 @@ publishAsUser(event: string, userId: number, options: CommonEventPublishData, ca
...
@@ -251,8 +251,8 @@ publishAsUser(event: string, userId: number, options: CommonEventPublishData, ca
```
js
```
js
//公共事件相关信息
//公共事件相关信息
var
options
=
{
var
options
=
{
code
:
0
;
//公共事件的初始代码
code
:
0
,
//公共事件的初始代码
data
:
"
initial data
"
;
//公共事件的初始数据
data
:
"
initial data
"
,
//公共事件的初始数据
}
}
//发布公共事件回调
//发布公共事件回调
...
@@ -541,34 +541,40 @@ CommonEvent.unsubscribe(subscriber, UnsubscribeCallBack);
...
@@ -541,34 +541,40 @@ CommonEvent.unsubscribe(subscriber, UnsubscribeCallBack);
## CommonEventPublishData
## CommonEventPublishData
**系统能力:**
以下各项对应的系统能力均为SystemCapability.Notification.CommonEvent
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| --------------------- | -------- | -------------------- | ---- | ----------------------------
--------------------------------
|
| --------------------- | -------- | -------------------- | ---- | ---------------------------- |
| bundleName | 只读 | string | 否 | 表示包名称
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| bundleName | 只读 | string | 否 | 表示包名称
|
| code | 只读 | number | 否 | 表示公共事件的结果代码
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| code | 只读 | number | 否 | 表示公共事件的结果代码
|
| data | 只读 | string | 否 | 表示公共事件的自定义结果数据
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| data | 只读 | string | 否 | 表示公共事件的自定义结果数据 |
| subscriberPermissions | 只读 | Array
\<
string> | 否 | 表示订阅者的权限
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| subscriberPermissions | 只读 | Array
\<
string> | 否 | 表示订阅者的权限
|
| isOrdered | 只读 | boolean | 否 | 表示是否是有序事件
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| isOrdered | 只读 | boolean | 否 | 表示是否是有序事件
|
| parameters | 只读 | {[key: string]: any} | 否 | 表示公共事件的附加信息
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| parameters | 只读 | {[key: string]: any} | 否 | 表示公共事件的附加信息
|
## CommonEventSubscribeInfo
## CommonEventSubscribeInfo
**系统能力:**
以下各项对应的系统能力均为SystemCapability.Notification.CommonEvent
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ------------------- | -------- | -------------- | ---- | ------------------------------------------------------------ |
| ------------------- | -------- | -------------- | ---- | ------------------------------------------------------------ |
| events | 只读 | Array
\<
string> | 是 | 表示要发送的公共事件
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| events | 只读 | Array
\<
string> | 是 | 表示要发送的公共事件
|
| publisherPermission | 只读 | string | 否 | 表示发布者的权限
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| publisherPermission | 只读 | string | 否 | 表示发布者的权限
|
| publisherDeviceId | 只读 | string | 否 | 表示设备ID,该值必须是同一ohos网络上的现有设备ID
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| publisherDeviceId | 只读 | string | 否 | 表示设备ID,该值必须是同一ohos网络上的现有设备ID
|
| userId | 只读 | number | 否 | 表示用户ID。此参数是可选的,默认值当前用户的ID。如果指定了此参数,则该值必须是系统中现有的用户ID。
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| userId | 只读 | number | 否 | 表示用户ID。此参数是可选的,默认值当前用户的ID。如果指定了此参数,则该值必须是系统中现有的用户ID。 |
| priority | 只读 | number | 否 | 表示订阅者的优先级。值的范围是-100到1000
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| priority | 只读 | number | 否 | 表示订阅者的优先级。值的范围是-100到1000
|
## CommonEventData
## CommonEventData
**系统能力:**
以下各项对应的系统能力均为SystemCapability.Notification.CommonEvent
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ---------- | -------- | -------------------- | ---- | -------------------------------------------------------
-----
|
| ---------- | -------- | -------------------- | ---- | ------------------------------------------------------- |
| event | 只读 | string | 是 | 表示当前接收的公共事件名称
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| event | 只读 | string | 是 | 表示当前接收的公共事件名称
|
| bundleName | 只读 | string | 否 | 表示包名称
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| bundleName | 只读 | string | 否 | 表示包名称
|
| code | 只读 | number | 否 | 表示公共事件的结果代码,用于传递int类型的数据
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| code | 只读 | number | 否 | 表示公共事件的结果代码,用于传递int类型的数据
|
| data | 只读 | string | 否 | 表示公共事件的自定义结果数据,用于传递string类型的数据
<
br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| data | 只读 | string | 否 | 表示公共事件的自定义结果数据,用于传递string类型的数据< |
| parameters | 只读 | {[key: string]: any} | 否 | 表示公共事件的附加信息
<br/>
**系统能力**
:SystemCapability.Notification.CommonEvent
|
| parameters | 只读 | {[key: string]: any} | 否 | 表示公共事件的附加信息
|
## CommonEventSubscriber
## CommonEventSubscriber
...
...
zh-cn/application-dev/reference/apis/js-apis-environment.md
浏览文件 @
cfedb144
...
@@ -9,16 +9,16 @@
...
@@ -9,16 +9,16 @@
import
environment
from
'
@ohos.environment
'
;
import
environment
from
'
@ohos.environment
'
;
```
```
## 系统能力
SystemCapability.FileManagement.File.Environment
## environment.getStorageDataDir
## environment.getStorageDataDir
getStorageDataDir():Promise
<
string
>
getStorageDataDir():Promise
<
string
>
异步方法获取内存存储根目录,以promise形式返回结果。
异步方法获取内存存储根目录,以promise形式返回结果。
-
系统能力:
SystemCapability.FileManagement.File.Environment
-
返回值:
-
返回值:
| 类型 | 说明 |
| 类型 | 说明 |
...
@@ -41,6 +41,10 @@ getStorageDataDir(callback:AsyncCallback<string>):void
...
@@ -41,6 +41,10 @@ getStorageDataDir(callback:AsyncCallback<string>):void
异步方法获取内存存储根目录,以callback形式返回结果。
异步方法获取内存存储根目录,以callback形式返回结果。
-
系统能力:
SystemCapability.FileManagement.File.Environment
-
参数:
-
参数:
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -61,6 +65,10 @@ getUserDataDir():Promise<string>
...
@@ -61,6 +65,10 @@ getUserDataDir():Promise<string>
异步方法获取公共文件根目录,以promise形式返回结果。
异步方法获取公共文件根目录,以promise形式返回结果。
-
系统能力:
SystemCapability.FileManagement.File.Environment
-
返回值:
-
返回值:
| 类型 | 说明 |
| 类型 | 说明 |
...
@@ -83,6 +91,10 @@ getUserDataDir(callback:AsyncCallback<string>): void
...
@@ -83,6 +91,10 @@ getUserDataDir(callback:AsyncCallback<string>): void
异步方法获取公共文件根目录,以callback形式返回结果。
异步方法获取公共文件根目录,以callback形式返回结果。
-
系统能力:
SystemCapability.FileManagement.File.Environment
-
参数:
-
参数:
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
...
zh-cn/application-dev/reference/apis/js-apis-formbindingdata.md
浏览文件 @
cfedb144
...
@@ -23,16 +23,16 @@ createFormBindingData(obj?: Object | string): FormBindingData
...
@@ -23,16 +23,16 @@ createFormBindingData(obj?: Object | string): FormBindingData
**参数:**
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ------ | -------------- | ---- | ------------------------------------------------------------ |
| ------ | -------------- | ---- | ------------------------------------------------------------ |
| obj | Object或string | 否 | js卡片要展示的数据。可以是包含若干键值对的Object或者 json 格式的字符串。 |
| obj | Object或string | 否 | js卡片要展示的数据。可以是包含若干键值对的Object或者 json 格式的字符串。 |
**返回值:**
**返回值:**
| 类型 | 说明 |
| 类型 | 说明 |
| ----------------------------------- | --------------------------------------- |
| ----------------------------------- | --------------------------------------- |
|
[
FormBindingData
](
#formbindingdata
)
| 根据传入数据创建的FormBindingData对象。 |
|
[
FormBindingData
](
#formbindingdata
)
| 根据传入数据创建的FormBindingData对象。 |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-notification.md
浏览文件 @
cfedb144
此差异已折叠。
点击以展开。
zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md
浏览文件 @
cfedb144
...
@@ -11,11 +11,6 @@ import reminderAgent from'@ohos.reminderAgent';
...
@@ -11,11 +11,6 @@ import reminderAgent from'@ohos.reminderAgent';
```
```
## 系统能力
SystemCapability.Notification.ReminderAgent
## 权限
## 权限
ohos.permission.PUBLISH_AGENT_REMINDER
ohos.permission.PUBLISH_AGENT_REMINDER
...
@@ -27,6 +22,10 @@ publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number&
...
@@ -27,6 +22,10 @@ publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number&
发布一个后台代理提醒,使用callback方式实现异步调用。
发布一个后台代理提醒,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
...
@@ -54,6 +53,10 @@ publishReminder(reminderReq: ReminderRequest): Promise<number>
...
@@ -54,6 +53,10 @@ publishReminder(reminderReq: ReminderRequest): Promise<number>
发布一个后台代理提醒,使用Promise方式实现异步调用。
发布一个后台代理提醒,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
...
@@ -86,6 +89,10 @@ cancelReminder(reminderId: number, callback: AsyncCallback<void>): void
...
@@ -86,6 +89,10 @@ cancelReminder(reminderId: number, callback: AsyncCallback<void>): void
取消指定id的提醒,使用callback方式实现异步调用。
取消指定id的提醒,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -111,6 +118,10 @@ cancelReminder(reminderId: number): Promise<void>
...
@@ -111,6 +118,10 @@ cancelReminder(reminderId: number): Promise<void>
取消指定id的提醒,使用Promise方式实现异步调用。
取消指定id的提醒,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -142,6 +153,10 @@ getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>):
...
@@ -142,6 +153,10 @@ getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>):
获取当前应用已设置的所有有效(未过期)的提醒,使用callback方式实现异步调用。
获取当前应用已设置的所有有效(未过期)的提醒,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -183,6 +198,10 @@ getValidReminders(): Promise<Array<ReminderRequest>>
...
@@ -183,6 +198,10 @@ getValidReminders(): Promise<Array<ReminderRequest>>
获取当前应用已设置的所有有效(未过期)的提醒,使用Promise方式实现异步调用。
获取当前应用已设置的所有有效(未过期)的提醒,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
返回值
-
返回值
| 类型 | 说明 |
| 类型 | 说明 |
...
@@ -224,6 +243,10 @@ cancelAllReminders(callback: AsyncCallback<void>): void
...
@@ -224,6 +243,10 @@ cancelAllReminders(callback: AsyncCallback<void>): void
取消当前应用所有的提醒,使用callback方式实现异步调用。
取消当前应用所有的提醒,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -244,6 +267,10 @@ cancelAllReminders(): Promise<void>
...
@@ -244,6 +267,10 @@ cancelAllReminders(): Promise<void>
取消当前应用所有的提醒,使用Promise方式实现异步调用。
取消当前应用所有的提醒,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
返回值
-
返回值
| 类型 | 说明 |
| 类型 | 说明 |
...
@@ -264,6 +291,10 @@ addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>)
...
@@ -264,6 +291,10 @@ addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>)
添加一个NotificationSlot,使用callback方式实现异步调用。
添加一个NotificationSlot,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -293,6 +324,10 @@ addNotificationSlot(slot: NotificationSlot): Promise<void>
...
@@ -293,6 +324,10 @@ addNotificationSlot(slot: NotificationSlot): Promise<void>
添加一个NotificationSlot,使用Promise方式实现异步调用。
添加一个NotificationSlot,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -327,6 +362,10 @@ removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback&
...
@@ -327,6 +362,10 @@ removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback&
删除目标NotificationSlot,使用callback方式实现异步调用。
删除目标NotificationSlot,使用callback方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -352,6 +391,10 @@ removeNotificationSlot(slotType: notification.SlotType): Promise<void>
...
@@ -352,6 +391,10 @@ removeNotificationSlot(slotType: notification.SlotType): Promise<void>
删除目标NotificationSlot,使用Promise方式实现异步调用。
删除目标NotificationSlot,使用Promise方式实现异步调用。
-
系统能力
SystemCapability.Notification.ReminderAgent
-
参数
-
参数
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
...
@@ -380,6 +423,8 @@ export default {
...
@@ -380,6 +423,8 @@ export default {
按钮的类型。
按钮的类型。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 默认值 | 说明 |
| 名称 | 默认值 | 说明 |
| -------- | -------- | -------- |
| -------- | -------- | -------- |
| ACTION_BUTTON_TYPE_CLOSE | 0 | 表示关闭提醒的按钮。 |
| ACTION_BUTTON_TYPE_CLOSE | 0 | 表示关闭提醒的按钮。 |
...
@@ -390,6 +435,8 @@ export default {
...
@@ -390,6 +435,8 @@ export default {
提醒的类型。
提醒的类型。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 默认值 | 说明 |
| 名称 | 默认值 | 说明 |
| -------- | -------- | -------- |
| -------- | -------- | -------- |
| REMINDER_TYPE_TIMER | 0 | 表示提醒类型:倒计时。 |
| REMINDER_TYPE_TIMER | 0 | 表示提醒类型:倒计时。 |
...
@@ -401,6 +448,8 @@ export default {
...
@@ -401,6 +448,8 @@ export default {
用于设置弹出的提醒通知信息上显示的按钮类型和标题。
用于设置弹出的提醒通知信息上显示的按钮类型和标题。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| title | string | 是 | 按钮显示的标题。 |
| title | string | 是 | 按钮显示的标题。 |
...
@@ -411,6 +460,8 @@ export default {
...
@@ -411,6 +460,8 @@ export default {
点击提醒通知后跳转的目标ability信息。
点击提醒通知后跳转的目标ability信息。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明点击提醒通知栏后跳转的目标hap包名。 |
| pkgName | string | 是 | 指明点击提醒通知栏后跳转的目标hap包名。 |
...
@@ -421,6 +472,8 @@ export default {
...
@@ -421,6 +472,8 @@ export default {
提醒到达时自动拉起的目标ability信息。
提醒到达时自动拉起的目标ability信息。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明提醒到达时自动拉起的目标hap包名(如果设备在使用中,则只弹出通知横幅框)。 |
| pkgName | string | 是 | 指明提醒到达时自动拉起的目标hap包名(如果设备在使用中,则只弹出通知横幅框)。 |
...
@@ -431,6 +484,8 @@ export default {
...
@@ -431,6 +484,8 @@ export default {
提醒实例对象,用于设置提醒类型、响铃时长等具体信息。
提醒实例对象,用于设置提醒类型、响铃时长等具体信息。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| reminderType | ReminderType | 是 | 指明提醒类型。 |
| reminderType | ReminderType | 是 | 指明提醒类型。 |
...
@@ -454,6 +509,8 @@ ReminderRequestCalendar extends ReminderRequest
...
@@ -454,6 +509,8 @@ ReminderRequestCalendar extends ReminderRequest
日历实例对象,用于设置提醒的时间。
日历实例对象,用于设置提醒的时间。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| dateTime |
[
LocalDateTime
](
#localdatetime
)
| 是 | 指明提醒的目标时间。 |
| dateTime |
[
LocalDateTime
](
#localdatetime
)
| 是 | 指明提醒的目标时间。 |
...
@@ -467,6 +524,8 @@ ReminderRequestAlarm extends ReminderRequest
...
@@ -467,6 +524,8 @@ ReminderRequestAlarm extends ReminderRequest
闹钟实例对象,用于设置提醒的时间。
闹钟实例对象,用于设置提醒的时间。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| hour | number | 是 | 指明提醒的目标时刻。 |
| hour | number | 是 | 指明提醒的目标时刻。 |
...
@@ -480,6 +539,8 @@ ReminderRequestTimer extends ReminderRequest
...
@@ -480,6 +539,8 @@ ReminderRequestTimer extends ReminderRequest
倒计时实例对象,用于设置提醒的时间。
倒计时实例对象,用于设置提醒的时间。
-
系统能力:SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| triggerTimeInSeconds | number | 是 | 指明倒计时的秒数。 |
| triggerTimeInSeconds | number | 是 | 指明倒计时的秒数。 |
...
@@ -489,6 +550,8 @@ ReminderRequestTimer extends ReminderRequest
...
@@ -489,6 +550,8 @@ ReminderRequestTimer extends ReminderRequest
用于日历类提醒设置时指定时间信息。
用于日历类提醒设置时指定时间信息。
-
系统能力:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 | 参数类型 | 必填 | 说明 |
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| year | number | 是 | 年 |
| year | number | 是 | 年 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录