提交 4eea192e 编写于 作者: C cff-gite

修改废弃接口

Signed-off-by: Ncff-gite <chenfeifei8@huawei.com>
上级 c8bd7565
......@@ -6,7 +6,7 @@ vibrator模块提供控制马达振动的能力,主要包含灯的列表查询
> **说明:**
> - 本模块首批接口从API version 4开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> - 本模块首批接口从API version 3开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> - 从API Version 8开始,该接口不再维护,推荐使用新接口[`@ohos.vibrator`](js-apis-vibrator.md)。
> - 该功能使用需要对应硬件支持,仅支持真机调试。
......@@ -32,7 +32,7 @@ import vibrator from '@system.vibrator';
| 参数名 | 类型 | 必填 | 说明 |
| ------- | --------------------------------- | ---- | ---------- |
| options | [VibrateOptions](#vibrateoptions) | | 振动模式。 |
| options | [VibrateOptions](#vibrateoptions) | | 振动模式。 |
**示例:**
......@@ -62,6 +62,6 @@ vibrator.vibrate({
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | ---- | ------------------------------------------------------------ |
| mode | string | 否 | 振动的模式,其中long表示长振动,short表示短振动,默认值为long。 |
| success | Function | | 感应到振动数据变化后的回调函数。 |
| success | Function | | 感应到振动数据变化后的回调函数。 |
| fail | Function | 否 | 接口调用失败的回调函数。 |
| complete | Function | 否 | 接口调用结束的回调函数。 |
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册