Lines Matching refs:ORIENTATION
684 ### ORIENTATION<sup>9+</sup>
686 on(type: SensorId.ORIENTATION, callback: Callback<OrientationResponse>, options?: Options): v…
707 | type | [SensorId](#sensorid9).ORIENTATION | 是 | 传感器类型,该值固定为SensorI…
718 sensor.on(sensor.SensorId.ORIENTATION, (data: sensor.OrientationResponse) => {
724 sensor.off(sensor.SensorId.ORIENTATION);
1614 ### ORIENTATION<sup>9+</sup>
1616 once(type: SensorId.ORIENTATION, callback: Callback<OrientationResponse>): void
1626 | type | [SensorId](#sensorid9).ORIENTATION | 是 | 传感器类型,该值固定为SensorI…
1645 sensor.once(sensor.SensorId.ORIENTATION, (data: sensor.OrientationResponse) => {
2630 ### ORIENTATION<sup>9+</sup>
2632 off(type: SensorId.ORIENTATION, callback?: Callback<OrientationResponse>): void
2644 | type | [SensorId](#sensorid9).ORIENTATION | 是 | 传感器类型,该值固定为SensorI…
2670 sensor.on(sensor.SensorId.ORIENTATION, callback1);
2671 sensor.on(sensor.SensorId.ORIENTATION, callback2);
2673 sensor.off(sensor.SensorId.ORIENTATION, callback1);
2674 // 取消注册SensorId.ORIENTATION的所有回调
2675 sensor.off(sensor.SensorId.ORIENTATION);
2727 // 取消注册SensorId.ORIENTATION的所有回调
4217 | ORIENTATION | 256 | 方向传感器。<br/>**原子化服务API**:从API Version 11开始,该接口在支持原子化服务中使用。 |
5251 ### ORIENTATION<sup>(deprecated)</sup>
5259 > 从API version 9 开始不再维护,建议使用[sensor.on.ORIENTATION](#orientation9)<sup>9+</sup>代替。
5898 ### ORIENTATION<sup>(deprecated)</sup>
5906 > 从API version 9 开始不再维护,建议使用[sensor.once.ORIENTATION](#orientation9-1)<sup>9+</sup>代替。
6493 ### ORIENTATION<sup>(deprecated)</sup>
6501 > 从API version 9 开始不再维护,建议使用[sensor.off.ORIENTATION](#orientation9-2)<sup>9+</sup>代替。