Drive Resume Info
Information about a drive that was resumed in the Fairmatic SDK. This is called after the drive recording resumes after a gap. The gap may occur due to an application restart by the OS, application kill and restart by a user, an application crash etc.
Properties
The end timestamp of the gap in drive recording in millisecs. The drive was resumed after this gap.
The start timestamp of the gap in drive recording in millisecs. The drive was resumed after this gap.
An identifier for this drive that was resumed. This identifier is unique for a particular FairmaticConfiguration.driverId with which the SDK is initialized.
The insurance period in which the drive was detected. This will be null if there is no insurance period associated with this drive.
Session id is specified by the enclosing application when it wants to com.fairmatic.sdk.Fairmatic.startSession. This will be null if there is no session is associated with this drive.
The start timestamp of the drive in milliseconds since epoch.
Tracking id is specified by the enclosing application when it wants to com.fairmatic.sdk.Fairmatic.startDrive manually. This will be null if no tracking id was specified.