1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
4|新增|NA|类名:vibrator<br>方法or属性:function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
5|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
6|新增|NA|类名:vibrator<br>方法or属性:function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
7|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
8|新增|NA|类名:vibrator<br>方法or属性:function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
9|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
10|新增|NA|类名:vibrator<br>方法or属性:function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
11