Class InVehicleActivityDetectorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The InVehicleActivityDetector changed event arguments class is used for storing the data returned by a in-vehicle activity detector.

C#
Copy
public class InVehicleActivityDetectorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
InVehicleActivityDetectorDataUpdatedEventArgs

Properties

View Source

InVehicle

Gets the in-vehicle state.

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

The in-vehicle state.

API Level: 3