From eafde0e013596b746445ee6bb52ace7293305891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=95=AC=E6=9D=BE?= <18328528985@163.com> Date: Thu, 10 Jul 2025 15:09:17 +0800 Subject: [PATCH] fb api update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周敬松 <18328528985@163.com> --- api/@ohos.window.floatingBall.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.window.floatingBall.d.ts b/api/@ohos.window.floatingBall.d.ts index 6d8657c7b4..6aa1c82055 100644 --- a/api/@ohos.window.floatingBall.d.ts +++ b/api/@ohos.window.floatingBall.d.ts @@ -94,6 +94,7 @@ declare namespace floatingBall { * @throws { BusinessError } 1300022 - Repeated floating ball operation. * @throws { BusinessError } 1300023 - Floating ball internal error. * @throws { BusinessError } 1300024 - The floating ball window state is abnormal. + * @throws { BusinessError } 1300025 - The floating ball state does not support this operation. * @syscap SystemCapability.Window.SessionManager * @since 20 */ @@ -111,6 +112,8 @@ declare namespace floatingBall { * @throws { BusinessError } 1300023 - Floating ball internal error. * @throws { BusinessError } 1300024 - The floating ball window state is abnormal. * @throws { BusinessError } 1300025 - The floating ball state does not support this operation. + * @throws { BusinessError } 1300027 - When updating the floating ball, the template type cannot be changed. + * @throws { BusinessError } 1300028 - Updating static template-based floating balls is not supported. * @syscap SystemCapability.Window.SessionManager * @since 20 */ -- Gitee