Class StationaryActivityDetectorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The StationaryActivityDetector changed event arguments class is used for storing the data returned by a stationary activity detector.
C#Copypublic class StationaryActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
StationaryActivityDetectorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic DetectorState Stationary { get; }
Property Value
Type | Description |
---|---|
DetectorState | The stationary state. |