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?)

Properties

Link copied to clipboard
val alert: LRAlert?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vehicleType: LRVehicleType?