From ccebdcad4e7f347edd095c8f3e9688146e019d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9D=92=E9=9D=92?= Date: Tue, 3 Jun 2025 20:37:18 +0800 Subject: [PATCH] =?UTF-8?q?makeExpand=E5=BA=9F=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王青青 --- api/@ohos.screen.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/@ohos.screen.d.ts b/api/@ohos.screen.d.ts index b553fa8303..7e3c808c66 100644 --- a/api/@ohos.screen.d.ts +++ b/api/@ohos.screen.d.ts @@ -99,6 +99,7 @@ declare namespace screen { * @syscap SystemCapability.WindowManager.WindowManager.Core * @systemapi Hide this for inner system use. * @since 9 + * @deprecated since 20 */ function makeExpand(options: Array, callback: AsyncCallback): void; @@ -115,6 +116,7 @@ declare namespace screen { * @syscap SystemCapability.WindowManager.WindowManager.Core * @systemapi Hide this for inner system use. * @since 9 + * @deprecated since 20 */ function makeExpand(options: Array): Promise; @@ -131,6 +133,7 @@ declare namespace screen { * @syscap SystemCapability.WindowManager.WindowManager.Core * @systemapi Hide this for inner system use. * @since 10 + * @deprecated since 20 */ function stopExpand(expandScreen: Array, callback: AsyncCallback): void; @@ -147,6 +150,7 @@ declare namespace screen { * @syscap SystemCapability.WindowManager.WindowManager.Core * @systemapi Hide this for inner system use. * @since 10 + * @deprecated since 20 */ function stopExpand(expandScreen: Array): Promise; -- Gitee