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.EventArgsRunningActivityDetectorDataUpdatedEventArgs
Properties
View SourceRunning
Gets the running state.
Declaration
public DetectorState Running { get; }
Property Value
Type | Description |
---|---|
DetectorState | The running state. |