提交 e01f7558 编写于 作者: F fangjinliang

title modify

Signed-off-by: Nfangjinliang <fangjinliang1@huawei.com>
上级 04688fe2
...@@ -2646,7 +2646,7 @@ Notification.cancelAsBundle(0, representativeBundle, userId).then(() => { ...@@ -2646,7 +2646,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
...@@ -2678,7 +2678,7 @@ Notification.enableNotificationSlot( ...@@ -2678,7 +2678,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>
...@@ -2706,7 +2706,7 @@ Notification.enableNotificationSlot( ...@@ -2706,7 +2706,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
...@@ -2736,7 +2736,7 @@ Notification.isNotificationSlotEnabled( ...@@ -2736,7 +2736,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.
先完成此消息的编辑!
想要评论请 注册