Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Interface Info |
|---|
public interface IVirtualSensorDataListener Callback for virtual sensor data, which is used to receive data reported by the virtual sensor. |
Qualifier and Type |
Method Name and Description |
|---|---|
void |
onSensorChanged(VirtualSensorData data) Reports the data obtained by the virtual sensor, where VirtualSensorData defines the reported data. |
Method |
|---|
void onSensorChanged(VirtualSensorData data) Reports the data obtained by the virtual sensor, where VirtualSensorData defines the reported data. |
Parameters
Name |
Description |
|---|---|
data |
Sensor data. |