Class InVehicleActivityDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    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
    object
    System.EventArgs
    InVehicleActivityDetectorDataUpdatedEventArgs

    Properties

    View Source

    InVehicle

    Gets the in-vehicle state.

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

    The in-vehicle state.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX