diff --git a/en/application-dev/reference/apis/js-apis-reminderAgentManager.md b/en/application-dev/reference/apis/js-apis-reminderAgentManager.md index 3ec850db6ec46eb5e2343f6aa7918efec37a4a48..7886c278e8870986e83535886e680cd1d631d302 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 44d5726835ad52ca5cdb79b92cc21b191838be2b..d48540a009d9ab4e529d1df8d29a42e3f5c11150 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**