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#
Copy
public class RunningActivityDetectorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
RunningActivityDetectorDataUpdatedEventArgs

Properties

View Source

Running

Gets the running state.

Declaration
C#
Copy
public DetectorState Running { get; }
Property Value
Type Description
DetectorState

The running state.

API Level: 3