提交 89e69022 编写于 作者: J jiangminyang

add link to context.

Signed-off-by: Njiangminyang <jiangminyang@huawei.com>
上级 c2d121d8
......@@ -22,7 +22,7 @@ getCameraManager(context: Context, callback: AsyncCallback<CameraManager\>): voi
| 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------------- | ---- | ---------------------------- |
| context | Context | 是 | 应用上下文。 |
| context | [Context](../ability/context-userguide.md) | 是 | 应用上下文。 |
| callback | AsyncCallback<[CameraManager](#cameramanager)\> | 是 | 回调函数,用于获取相机管理器实例。 |
**示例:**
......@@ -49,7 +49,7 @@ getCameraManager(context: Context): Promise<CameraManager\>
| 名称 | 类型 | 必填 | 说明 |
| ------- | ------- | ---- | ------------ |
| context | Context | 是 | 应用上下文。 |
| context | [Context](../ability/context-userguide.md) | 是 | 应用上下文。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册