LRAlert

data class LRAlert(val alertStartTime: Long, val alertDuration: Int)

Alert countdown state following a detected accident.

Constructors

Link copied to clipboard
constructor(alertStartTime: Long, alertDuration: Int)

Properties

Link copied to clipboard

Countdown duration in seconds before sending the emergency request.

Link copied to clipboard

UTC epoch milliseconds when the alert started.