Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
1383b5b4
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看板
未验证
提交
1383b5b4
编写于
12月 07, 2022
作者:
O
openharmony_ci
提交者:
Gitee
12月 07, 2022
浏览文件
操作
浏览文件
下载
差异文件
!12213 【仅md格式规范】提醒代理文档一致性修改
Merge pull request !12213 from 廖康康/master
上级
d5acea06
b8b017be
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
28 addition
and
28 deletion
+28
-28
zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md
...n/application-dev/reference/apis/js-apis-reminderAgent.md
+10
-10
zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md
...cation-dev/reference/apis/js-apis-reminderAgentManager.md
+18
-18
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md
浏览文件 @
1383b5b4
...
...
@@ -392,7 +392,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
默认
值 | 说明 |
| 名称 | 值 | 说明 |
| -------- | -------- | -------- |
| ACTION_BUTTON_TYPE_CLOSE | 0 | 表示关闭提醒的按钮。 |
| ACTION_BUTTON_TYPE_SNOOZE | 1 | 表示延迟提醒的按钮。 |
...
...
@@ -404,7 +404,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
默认
值 | 说明 |
| 名称 | 值 | 说明 |
| -------- | -------- | -------- |
| REMINDER_TYPE_TIMER | 0 | 表示提醒类型:倒计时。 |
| REMINDER_TYPE_CALENDAR | 1 | 表示提醒类型:日历。 |
...
...
@@ -417,7 +417,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| title | string | 是 | 按钮显示的标题。 |
| type |
[
ActionButtonType
](
#actionbuttontype
)
| 是 | 按钮的类型。 |
...
...
@@ -429,7 +429,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明点击提醒通知栏后跳转的目标hap包名。 |
| abilityName | string | 是 | 指明点击提醒通知栏后跳转的目标ability名称。 |
...
...
@@ -441,7 +441,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明提醒到达时自动拉起的目标hap包名(如果设备在使用中,则只弹出通知横幅框)。 |
| abilityName | string | 是 | 指明提醒到达时自动拉起的目标ability名(如果设备在使用中,则只弹出通知横幅框)。 |
...
...
@@ -453,7 +453,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION).
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| reminderType |
[
ReminderType
](
#remindertype
)
| 是 | 指明提醒类型。 |
| actionButton |
[
ActionButton
](
#actionbutton
)
| 否 | 弹出的提醒通知栏中显示的按钮(参数可选,支持0/1/2个按钮)。 |
...
...
@@ -478,7 +478,7 @@ ReminderRequestCalendar extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| dateTime |
[
LocalDateTime
](
#localdatetime
)
| 是 | 指明提醒的目标时间。 |
| repeatMonths | Array
<
number
>
| 否 | 指明重复提醒的月份。 |
...
...
@@ -493,7 +493,7 @@ ReminderRequestAlarm extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| hour | number | 是 | 指明提醒的目标时刻。 |
| minute | number | 是 | 指明提醒的目标分钟。 |
...
...
@@ -508,7 +508,7 @@ ReminderRequestTimer extends ReminderRequest
**系统能力**
:SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| triggerTimeInSeconds | number | 是 | 指明倒计时的秒数。 |
...
...
@@ -519,7 +519,7 @@ ReminderRequestTimer extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| year | number | 是 | 年 |
| month | number | 是 | 月 |
...
...
zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md
浏览文件 @
1383b5b4
...
...
@@ -37,7 +37,7 @@ publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number&
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700001 | Notification is not enabled. |
| 1700002 | The number of reminders exceeds the limit. |
...
...
@@ -86,7 +86,7 @@ publishReminder(reminderReq: ReminderRequest): Promise<number>
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700001 | Notification is not enabled. |
| 1700002 | The number of reminders exceeds the limit. |
...
...
@@ -128,7 +128,7 @@ cancelReminder(reminderId: number, callback: AsyncCallback<void>): void
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700003 | The reminder does not exist. |
| 1700004 | The bundle name does not exist. |
...
...
@@ -174,7 +174,7 @@ cancelReminder(reminderId: number): Promise<void>
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700003 | The reminder does not exist. |
| 1700004 | The bundle name does not exist. |
...
...
@@ -212,7 +212,7 @@ getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>):
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700004 | The bundle name does not exist. |
...
...
@@ -272,7 +272,7 @@ getValidReminders(): Promise<Array<ReminderRequest>>
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700004 | The bundle name does not exist. |
...
...
@@ -330,7 +330,7 @@ cancelAllReminders(callback: AsyncCallback<void>): void
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700004 | The bundle name does not exist. |
...
...
@@ -369,7 +369,7 @@ cancelAllReminders(): Promise<void>
以下错误码的详细介绍请参见
[
@ohos.reminderAgentManager(后台代理提醒)
](
../errorcodes/errorcode-reminderAgentManager.md
)
错误码。
| 错误码ID | 错误
码
信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| 1700004 | The bundle name does not exist. |
...
...
@@ -541,7 +541,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
默认
值 | 说明 |
| 名称 | 值 | 说明 |
| -------- | -------- | -------- |
| ACTION_BUTTON_TYPE_CLOSE | 0 | 表示关闭提醒的按钮。 |
| ACTION_BUTTON_TYPE_SNOOZE | 1 | 表示延迟提醒的按钮。 |
...
...
@@ -553,7 +553,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
默认
值 | 说明 |
| 名称 | 值 | 说明 |
| -------- | -------- | -------- |
| REMINDER_TYPE_TIMER | 0 | 表示提醒类型:倒计时。 |
| REMINDER_TYPE_CALENDAR | 1 | 表示提醒类型:日历。 |
...
...
@@ -566,7 +566,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| title | string | 是 | 按钮显示的标题。 |
| type |
[
ActionButtonType
](
#actionbuttontype
)
| 是 | 按钮的类型。 |
...
...
@@ -578,7 +578,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明点击提醒通知栏后跳转的目标hap包名。 |
| abilityName | string | 是 | 指明点击提醒通知栏后跳转的目标ability名称。 |
...
...
@@ -590,7 +590,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| pkgName | string | 是 | 指明提醒到达时自动拉起的目标hap包名(如果设备在使用中,则只弹出通知横幅框)。 |
| abilityName | string | 是 | 指明提醒到达时自动拉起的目标ability名(如果设备在使用中,则只弹出通知横幅框)。 |
...
...
@@ -602,7 +602,7 @@ try {
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| reminderType |
[
ReminderType
](
#remindertype
)
| 是 | 指明提醒类型。 |
| actionButton |
[
ActionButton
](
#actionbutton
)
| 否 | 弹出的提醒通知栏中显示的按钮(参数可选,支持0/1/2个按钮)。 |
...
...
@@ -627,7 +627,7 @@ ReminderRequestCalendar extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| dateTime |
[
LocalDateTime
](
#localdatetime
)
| 是 | 指明提醒的目标时间。 |
| repeatMonths | Array
<
number
>
| 否 | 指明重复提醒的月份。 |
...
...
@@ -642,7 +642,7 @@ ReminderRequestAlarm extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| hour | number | 是 | 指明提醒的目标时刻。 |
| minute | number | 是 | 指明提醒的目标分钟。 |
...
...
@@ -657,7 +657,7 @@ ReminderRequestTimer extends ReminderRequest
**系统能力**
:SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| triggerTimeInSeconds | number | 是 | 指明倒计时的秒数。 |
...
...
@@ -668,7 +668,7 @@ ReminderRequestTimer extends ReminderRequest
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| year | number | 是 | 年 |
| month | number | 是 | 月 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录