Class StationaryActivityDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The StationaryActivityDetector changed event arguments class is used for storing the data returned by a stationary activity detector.
public class StationaryActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStationaryActivityDetectorDataUpdatedEventArgs
Properties
View SourceStationary
Gets the stationary state.
Declaration
public DetectorState Stationary { get; }
Property Value
Type | Description |
---|---|
DetectorState | The stationary state. |