未验证 提交 ef08d56c 编写于 作者: O openharmony_ci 提交者: Gitee

!2377 Done! 2033:api7 interface supplement

Merge pull request !2377 from wusongqing/TR2033
......@@ -417,7 +417,7 @@ Connects this ability to a specific Service ability. This API uses a callback to
## particleAbility.disconnectAbility
disconnectAbility(connection: number, callback:AsyncCallback<void>): void;
disconnectAbility(connection: number, callback:AsyncCallback\<void>): void;
Disconnects this ability from the Service ability. This API uses a callback to return the result.
......@@ -463,7 +463,7 @@ Disconnects this ability from the Service ability. This API uses a callback to r
## particleAbility.disconnectAbility
disconnectAbility(connection: number): Promise<void>;
disconnectAbility(connection: number): Promise\<void>;
Disconnects this ability from the Service ability. This API uses a promise to return the result.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册