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

!5610 标题等级修改

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