LRTrip Detection Current Config

data class LRTripDetectionCurrentConfig(val isEnabled: Boolean, val isMuted: Boolean, val vehicleType: LRVehicleType? = null)

Represent a SDK configuration for trip detection

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean, isMuted: Boolean, vehicleType: LRVehicleType? = null)

Properties

Link copied to clipboard

true if trip detection is enabled, false otherwise

Link copied to clipboard

true if the analysis is muted, false otherwise

Link copied to clipboard
val vehicleType: LRVehicleType? = null

the vehicle type if trip detection is enabled