From 6e5c23ec508bc1f1c8780a294e048b12c25d50a1 Mon Sep 17 00:00:00 2001 From: maojiangping Date: Sat, 28 May 2022 12:49:28 +0800 Subject: [PATCH] Remove dump interface in window.d.ts Signed-off-by: maojiangping Change-Id: I257a33ef2667ecc5c248586231482085412fab48 --- api/@ohos.window.d.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index ec2222ebf6..a1678055ed 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -953,15 +953,6 @@ declare namespace window { * @since 7 */ setTouchable(isTouchable: boolean, callback: AsyncCallback): void; - - /** - * Dump window client information. - * Called in the dump callback of ability is the typical usage scenario. - * @since 9 - * @param params Indicates the params from command. - * @return The dump info array. - */ - dump(params: Array): Array; /** * set the flag of the window is forbidden to move in split screen mode -- Gitee