提交 c784c61d 编写于 作者: X xuzhihao

Fix error of Notification docs

Signed-off-by: Nxuzhihao <xuzhihao16@huawei.com>
上级 2d9969f6
......@@ -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**: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------------------- | ------ | ---- | ------------------ |
......@@ -3174,6 +3176,12 @@ getSyncNotificationEnabledWithoutApp(userId: number): Promise\<boolean>
| ------ | ----------------------------- | ---- | -------------- |
| userId | number | 是 | 用户Id。 |
**返回值:**
| 类型 | 说明 |
| ----------------------------------------------------------- | ------------------------------------------------------------ |
| Promise\<boolean\> | 以Promise形式返回获取是否同步通知到未安装应用程序的设备的结果。<br>true: 是。<br>false: 否。 |
**示例:**
```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册