未验证 提交 8b1ea3f9 编写于 作者: O openharmony_ci 提交者: Gitee

!5610 标题等级修改

Merge pull request !5610 from FangJinliang/pr_0531
......@@ -2762,7 +2762,7 @@ Notification.cancelAsBundle(0, representativeBundle, userId).then(() => {
});
```
### Notification.enableNotificationSlot <sup>9+</sup>
## Notification.enableNotificationSlot <sup>9+</sup>
enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback<void>): void
......@@ -2796,7 +2796,7 @@ Notification.enableNotificationSlot(
enableSlotCallback);
```
### Notification.enableNotificationSlot <sup>9+</sup>
## Notification.enableNotificationSlot <sup>9+</sup>
enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise<void>
......@@ -2826,7 +2826,7 @@ Notification.enableNotificationSlot(
});
```
### Notification.isNotificationSlotEnabled <sup>9+</sup>
## Notification.isNotificationSlotEnabled <sup>9+</sup>
isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback<boolean>): void
......@@ -2858,7 +2858,7 @@ Notification.isNotificationSlotEnabled(
getEnableSlotCallback);
```
### Notification.isNotificationSlotEnabled <sup>9+</sup>
## Notification.isNotificationSlotEnabled <sup>9+</sup>
isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise<boolean>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册