• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 泛Sensor子系统JS API变更
2
3OpenHarmony 3.2 Beta3版本相较于OpenHarmony 3.2 Beta2版本,泛Sensor子系统的API变更如下:
4
5## 接口变更
6
7| 模块名 | 类名 | 方法/属性/枚举/常量 | 变更类型 |
8|---|---|---|---|
9| ohos.vibrator | VibratePreset    | count: number;    | 新增 |
10| ohos.vibrator | VibratePreset    | effectId: string; | 新增 |
11| ohos.vibrator | VibratePreset    | type: "preset";   | 新增 |
12| ohos.vibrator | VibrateTime      | duration: number; | 新增 |
13| ohos.vibrator | VibrateTime      | type: "time";     | 新增 |
14| ohos.vibrator | VibrateAttribute | usage: Usage,     | 新增 |
15| ohos.vibrator | VibrateAttribute | id?: number,      | 新增 |
16