LRProtection
Status
data class LRProtectionStatus(val isProtectionActive: Boolean, val vehicleType: LRVehicleType?, val sessionId: String?, val hasShockAnalysis: Boolean, val alert: LRAlert?, val emergency: LREmergency?)
Class that represents the protection status
Constructors
Link copied to clipboard
constructor(isProtectionActive: Boolean, vehicleType: LRVehicleType?, sessionId: String?, hasShockAnalysis: Boolean, alert: LRAlert?, emergency: LREmergency?)