From b6c5a5310ff4e4beb72e14378a67f5e0c71d13e1 Mon Sep 17 00:00:00 2001 From: xinking129 Date: Tue, 16 May 2023 15:25:57 +0800 Subject: [PATCH] Supplementary interface information Signed-off-by: xinking129 --- .../reference/apis/js-apis-notificationManager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md b/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md index 779ca2d262..91462e4cb4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md @@ -3979,7 +3979,7 @@ notificationManager.getSyncNotificationEnabledWithoutApp(userId).then((data) => on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void; -注册通知监听回调。 +注册通知监听回调。通知服务将通知信息回调给校验程序,校验程序返回校验结果决定该通知是否发布,如营销类通知发布频率控制等。 **系统能力**:SystemCapability.Notification.Notification -- GitLab