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.
C#
Copy
public class StationaryActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args StationaryActivity Detector Data Updated Event Args
Properties
Declaration
C#
Copy
public DetectorState Stationary { get; }
Property Value
Type | Description |
---|---|
Detector |
The stationary state. |