Enum SensorPausePolicy
Definition
- Assembly:
- Tizen.Sensor.dll
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. |