Lines Matching refs:reminders
7 …reminders for shopping applications. To meet this requirement, the system provides agent-powered r…
9 - Timer: reminders based on countdown timers
11 - Calendar: reminders based on calendar events
13 - Alarm: reminders based on alarm clocks
17 … reminders.<!--Del--> A system application supports a maximum of 10,000 valid reminders. The entir…
32 …se as an example to describe the APIs used for developing agent-powered reminders. For details abo…
34 **Table 1** Main APIs for agent-powered reminders
40 | getValidReminders(): Promise<Array<ReminderRequest>> | Obtains all valid reminders se…
41 | cancelAllReminders(): Promise<void> | Cancels all reminders set by the current application.|
50 …n authorization](../notification/notification-enable.md). Agent-powered reminders can be used only…
60 4. Define a reminder. You can define the following types of reminders based on project requirements.
85 …notificationId: 100, // Notification ID used by the reminder. If there are reminders with the same…
130 …notificationId: 100, // Notification ID used by the reminder. If there are reminders with the same…
168 …notificationId: 99, // Notification ID used by the reminder. If there are reminders with the same …