From f37221e1be67fceb179cd8f8faead34f724ab071 Mon Sep 17 00:00:00 2001 From: kaicui Date: Thu, 11 Sep 2025 09:47:22 +0800 Subject: [PATCH] Remove arkts1.2 tag for on/off noInteractionDetected Signed-off-by: kaicui --- api/@ohos.window.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 715792073b..ef854f95f8 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -7240,8 +7240,7 @@ declare namespace window { * @throws { BusinessError } 1300003 - This window manager service works abnormally. * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since arkts {'1.1':'12', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ on(type: 'noInteractionDetected', timeout: long, callback: Callback): void; @@ -7258,8 +7257,7 @@ declare namespace window { * @throws { BusinessError } 1300003 - This window manager service works abnormally. * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since arkts {'1.1':'12', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ off(type: 'noInteractionDetected', callback?: Callback): void; -- Gitee