From 2c4602940de7168e1314090d2eb0dd1bebd6f889 Mon Sep 17 00:00:00 2001 From: heguokai <275503077@qq.com> Date: Tue, 12 Aug 2025 17:53:34 +0800 Subject: [PATCH] ANS add getSlotByBundle Signed-off-by: heguokai <275503077@qq.com> --- api/@ohos.notificationManager.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.notificationManager.d.ts b/api/@ohos.notificationManager.d.ts index 8761db8051..eae77ed19e 100644 --- a/api/@ohos.notificationManager.d.ts +++ b/api/@ohos.notificationManager.d.ts @@ -1537,7 +1537,8 @@ declare namespace notificationManager { * @throws { BusinessError } 17700001 - The specified bundle name was not found. * @syscap SystemCapability.Notification.Notification * @systemapi - * @since 18 + * @since arkts {'1.1':'18', '1.2':'20'} + * @arkts 1.1&1.2 */ function getSlotByBundle(bundle: BundleOption, slotType: SlotType): Promise; -- Gitee