Class InVehicleActivityDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The InVehicleActivityDetector changed event arguments class is used for storing the data returned by a in-vehicle activity detector.
public class InVehicleActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsInVehicleActivityDetectorDataUpdatedEventArgs
Properties
View SourceInVehicle
Gets the in-vehicle state.
Declaration
public DetectorState InVehicle { get; }
Property Value
Type | Description |
---|---|
DetectorState | The in-vehicle state. |