Home
last modified time | relevance | path

Searched refs:HumidityResponse (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.sensor.d.ts369 function on(type: SensorId.HUMIDITY, callback: Callback<HumidityResponse>,
636 function once(type: SensorId.HUMIDITY, callback: Callback<HumidityResponse>): void;
897 function off(type: SensorId.HUMIDITY, callback?: Callback<HumidityResponse>): void;
1162 function on(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback<HumidityResponse>,
1443 …function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback<HumidityResponse>): voi…
1704 …function off(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback?: Callback<HumidityResponse>): voi…
3223 interface HumidityResponse extends Response { interface