Lines Matching refs:ORIENTATION
684 ### ORIENTATION<sup>9+</sup>
686 on(type: SensorId.ORIENTATION, callback: Callback<OrientationResponse>, options?: Options): v…
707 …| [SensorId](#sensorid9).ORIENTATION | Yes | Sensor type. The value is f…
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 …| [SensorId](#sensorid9).ORIENTATION | Yes | Sensor type. The value is f…
1645 sensor.once(sensor.SensorId.ORIENTATION, (data: sensor.OrientationResponse) => {
2630 ### ORIENTATION<sup>9+</sup>
2632 off(type: SensorId.ORIENTATION, callback?: Callback<OrientationResponse>): void
2644 …| [SensorId](#sensorid9).ORIENTATION | Yes | Sensor type. The value is f…
2670 sensor.on(sensor.SensorId.ORIENTATION, callback1);
2671 sensor.on(sensor.SensorId.ORIENTATION, callback2);
2673 sensor.off(sensor.SensorId.ORIENTATION, callback1);
2674 // Unsubscribe from all callbacks of the SensorId.ORIENTATION type.
2675 sensor.off(sensor.SensorId.ORIENTATION);
2727 // Unsubscribe from all callbacks of the SensorId.ORIENTATION type.
4217 | ORIENTATION | 256 | Orientation sensor.<br>**Atomic service API**: This API can …
5251 ### ORIENTATION<sup>(deprecated)</sup>
5259 > This API is deprecated since API version 9. You are advised to use [sensor.on.ORIENTATION](#orien…
5898 ### ORIENTATION<sup>(deprecated)</sup>
5906 > This API is deprecated since API version 9. You are advised to use [sensor.once.ORIENTATION](#ori…
6493 ### ORIENTATION<sup>(deprecated)</sup>
6501 > This API is deprecated since API version 9. You are advised to use [sensor.off.ORIENTATION](#orie…