Class RunningActivityDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The RunningActivityDetector changed event arguments class is used for storing the data returned by a running activity detector.
public class RunningActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args RunningActivity Detector Data Updated Event Args
Properties
View SourceRunning
Gets the running state.
Declaration
public DetectorState Running { get; }
Property Value
Type | Description |
---|---|
Detector |
The running state. |