From 370b85b88cf31ca52eee9a314c7ece5a6f27f1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BA=B7=E5=BA=B7?= Date: Fri, 19 Aug 2022 11:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E4=BB=A3=E7=90=86=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=8C=87=E5=AF=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖康康 --- .../notification/background-agent-scheduled-reminder-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md b/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md index 309b35884a..e024dbcda4 100644 --- a/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md +++ b/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md @@ -27,6 +27,7 @@ enum ActionButtonType: 在提醒弹出的通知界面上的按钮的类型。 | 枚举名 | 描述 | | -------- | -------- | | ACTION_BUTTON_TYPE_CLOSE | 指明是close按钮,点击后关闭当前提醒的铃声(如果正在响铃),关闭提醒的通知,取消延迟提醒。 | +| ACTION_BUTTON_TYPE_SNOOZE | 指明是snooze按钮,点击后使当前的提醒延迟相应时间。 | enum ReminderType: 提醒类型 -- GitLab