diff --git a/zh-cn/application-dev/reference/apis/js-apis-notification.md b/zh-cn/application-dev/reference/apis/js-apis-notification.md index 5e71904684755d4f5cc058429470566242070284..8f39eaf1777bfbe6dc091b6a64a09d980ba18d86 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -2846,8 +2846,9 @@ cancelAsBundle(id: number, representativeBundle: string, userId: number, callbac **需要权限**: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER -**参数:** +**系统API**: 此接口为系统接口,三方应用不支持调用。 +**参数:** | 参数名 | 类型 | 必填 | 说明 | | -------------------- | ------------- | ---- | ------------------------ | @@ -2883,8 +2884,9 @@ cancelAsBundle(id: number, representativeBundle: string, userId: number): Promis **需要权限**: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER -**参数:** +**系统API**: 此接口为系统接口,三方应用不支持调用。 +**参数:** | 参数名 | 类型 | 必填 | 说明 | | -------------------- | ------ | ---- | ------------------ | @@ -3057,7 +3059,7 @@ setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean callback: A **需要权限**:ohos.permission.NOTIFICATION_CONTROLLER -**参数:** +**参数:** | 参数名 | 类型 | 必填 | 说明 | | ------ | ----------------------------- | ---- | -------------- | @@ -3174,6 +3176,12 @@ getSyncNotificationEnabledWithoutApp(userId: number): Promise\ | ------ | ----------------------------- | ---- | -------------- | | userId | number | 是 | 用户Id。 | +**返回值:** + +| 类型 | 说明 | +| ----------------------------------------------------------- | ------------------------------------------------------------ | +| Promise\ | 以Promise形式返回获取是否同步通知到未安装应用程序的设备的结果。
true: 是。
false: 否。 | + **示例:** ```js