提交 75c350f0 编写于 作者: G Gloria

update docs against 9349

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 52c5e0c2
...@@ -31,16 +31,19 @@ Called when this Window Extension ability is connected to an ability for the fir ...@@ -31,16 +31,19 @@ Called when this Window Extension ability is connected to an ability for the fir
**System capability**: SystemCapability.WindowManager.WindowManager.Core **System capability**: SystemCapability.WindowManager.WindowManager.Core
**Parameters**
| Name| Type| Mandatory| Description| | Name| Type| Mandatory| Description|
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| want | [Want](js-apis-application-Want.md) | Yes| Information related to this Window Extension ability, including the ability name and bundle name. | | want | [Want](js-apis-application-Want.md) | Yes| Information related to this Window Extension ability, including the ability name and bundle name.|
**Return value**
**Return value** | Type | Description |
| Type | Description |
| ----------------------------------------------- | -------------------- | | ----------------------------------------------- | -------------------- |
| [rpc.RemoteObject](js-apis-rpc.md#remoteobject) | Proxy of this Window Extension ability.| | [rpc.RemoteObject](js-apis-rpc.md#remoteobject) | Proxy of this Window Extension ability. |
**Example** **Example**
```ts ```ts
import rpc from '@ohos.rpc'; import rpc from '@ohos.rpc';
...@@ -88,9 +91,11 @@ Called when this Window Extension ability is disconnected from all connected abi ...@@ -88,9 +91,11 @@ Called when this Window Extension ability is disconnected from all connected abi
**System capability**: SystemCapability.WindowManager.WindowManager.Core **System capability**: SystemCapability.WindowManager.WindowManager.Core
**Parameters**
| Name| Type| Mandatory| Description| | Name| Type| Mandatory| Description|
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| want | [Want](js-apis-application-Want.md) | Yes| Information related to this Window Extension ability, including the ability name and bundle name. | | want | [Want](js-apis-application-Want.md) | Yes| Information related to this Window Extension ability, including the ability name and bundle name.|
**Example** **Example**
...@@ -114,6 +119,8 @@ Called when a window is ready. ...@@ -114,6 +119,8 @@ Called when a window is ready.
**System capability**: SystemCapability.WindowManager.WindowManager.Core **System capability**: SystemCapability.WindowManager.WindowManager.Core
**Parameters**
| Name| Type| Mandatory| Description| | Name| Type| Mandatory| Description|
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| window | [Window](js-apis-window.md) | Yes| Current **Window** instance.| | window | [Window](js-apis-window.md) | Yes| Current **Window** instance.|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册