From d6b007ecc471c91aebeafc09f2f103d89ca1623b Mon Sep 17 00:00:00 2001 From: Gloria Date: Mon, 12 Dec 2022 14:35:15 +0800 Subject: [PATCH] Update docs against 11516+11662 Signed-off-by: wusongqing --- .../apis/js-apis-reminderAgentManager.md | 22 +++++++++---------- .../errorcode-reminderAgentManager.md | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-reminderAgentManager.md b/en/application-dev/reference/apis/js-apis-reminderAgentManager.md index 3ec850db6e..7886c278e8 100644 --- a/en/application-dev/reference/apis/js-apis-reminderAgentManager.md +++ b/en/application-dev/reference/apis/js-apis-reminderAgentManager.md @@ -39,7 +39,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700001 | Notification does not enable. | +| 1700001 | Notification is not enabled. | | 1700002 | The number of reminders exceeds the limit. | **Example** @@ -88,7 +88,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700001 | Notification does not enable. | +| 1700001 | Notification is not enabled. | | 1700002 | The number of reminders exceeds the limit. | **Example** @@ -131,7 +131,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | | 1700003 | The reminder does not exist. | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -177,7 +177,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | | 1700003 | The reminder does not exist. | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -214,7 +214,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -274,7 +274,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -332,7 +332,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -371,7 +371,7 @@ For details about the error codes, see [reminderAgentManager Error Codes](../err | ID | Error Message| | --------- | ------- | -| 1700004 | The package name does not exist. | +| 1700004 | The bundle name does not exist. | **Example** @@ -541,7 +541,7 @@ Enumerates button types. **System capability**: SystemCapability.Notification.ReminderAgent -| Name| Default Value| Description| +| Name| Value| Description| | -------- | -------- | -------- | | ACTION_BUTTON_TYPE_CLOSE | 0 | Button for closing the reminder.| | ACTION_BUTTON_TYPE_SNOOZE | 1 | Button for snoozing the reminder.| @@ -553,7 +553,7 @@ Enumerates reminder types. **System capability**: SystemCapability.Notification.ReminderAgent -| Name| Default Value| Description| +| Name| Value| Description| | -------- | -------- | -------- | | REMINDER_TYPE_TIMER | 0 | Countdown reminder.| | REMINDER_TYPE_CALENDAR | 1 | Calendar reminder.| @@ -646,7 +646,7 @@ Defines a reminder for an alarm. | -------- | -------- | -------- | -------- | | hour | number | Yes| Hour portion of the reminder time.| | minute | number | Yes| Minute portion of the reminder time.| -| daysOfWeek | Array<number> | No| Days of a week when the reminder repeats.| +| daysOfWeek | Array<number> | No| Days of a week when the reminder repeats. The value ranges from 1 to 7, corresponding to the data from Monday to Sunday.| ## ReminderRequestTimer diff --git a/en/application-dev/reference/errorcodes/errorcode-reminderAgentManager.md b/en/application-dev/reference/errorcodes/errorcode-reminderAgentManager.md index 44d5726835..d48540a009 100644 --- a/en/application-dev/reference/errorcodes/errorcode-reminderAgentManager.md +++ b/en/application-dev/reference/errorcodes/errorcode-reminderAgentManager.md @@ -4,7 +4,7 @@ **Error Message** -Notification does not enable. +Notification is not enabled. **Description** @@ -63,7 +63,7 @@ The reminder passed in **cancelReminder()** does not exist. **Error Message** -The package name does not exist. +The bundle name does not exist. **Description** -- GitLab