Enum SensorPausePolicy
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The Sensor Option Enum definition for pause policies of sensor.
public enum SensorPausePolicy
Fields
Name | Description |
---|---|
All | Does not receive data when the LCD is off and in the power save mode. |
DisplayOff | Does not receive data when the LCD is off. |
None | Receives data when the LCD is off and in the power save mode. |
PowerSaveMode | Does not receive data in the power save mode. |