From 7f832b253bae5d7283556f80c5b6ee0e03fd7337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 18 Jul 2022 03:17:42 +0000 Subject: [PATCH] =?UTF-8?q?reference/apis/js-apis-application-WindowExtens?= =?UTF-8?q?ionAbility.md=EF=BC=9A=E7=B3=BB=E7=BB=9F=E8=83=BD=E5=8A=9B?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E6=80=A7=E4=BF=AE=E6=94=B9=EF=BC=9A=E9=9C=80?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=BF=BB=E8=AF=91=20Signed-off-by:=20@ge-yaf?= =?UTF-8?q?ang=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apis/js-apis-application-WindowExtensionAbility.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-application-WindowExtensionAbility.md b/zh-cn/application-dev/reference/apis/js-apis-application-WindowExtensionAbility.md index e8fa4ee743..fa422cfa48 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-application-WindowExtensionAbility.md +++ b/zh-cn/application-dev/reference/apis/js-apis-application-WindowExtensionAbility.md @@ -17,7 +17,7 @@ import WindowExtensionAbility from '@ohos.application.WindowExtensionAbility'; ## 属性 -**系统能力:** SystemCapability.Ability.AbilityRuntime.Core +**系统能力:** SystemCapability.WindowManager.WindowManager.Core | 名称 | 参数类型 | 可读 | 可写 | 说明 | | --------- | -------- | ---- | ---- | ------------------------- | @@ -29,7 +29,7 @@ onConnect(want: Want): rpc.RemoteObject 当窗口扩展组件第一次连接ability时回调。 -**系统能力:** SystemCapability.Ability.AbilityRuntime.Core +**系统能力:** SystemCapability.WindowManager.WindowManager.Core | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | @@ -86,7 +86,7 @@ onDisconnect(want: Want): void 当所有连接到窗口扩展组件的ability断开连接时回调。 -**系统能力:** SystemCapability.Ability.AbilityRuntime.Core +**系统能力:** SystemCapability.WindowManager.WindowManager.Core | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | @@ -112,7 +112,7 @@ onWindowReady(window: Window): void 当窗口被创建时回调。 -**系统能力:** SystemCapability.Ability.AbilityRuntime.Core +**系统能力:** SystemCapability.WindowManager.WindowManager.Core | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -- GitLab