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