DriveResumeInfo

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

Link copied to clipboard

The end timestamp of the gap in drive recording in millisecs. The drive was resumed after this gap.

Link copied to clipboard

The start timestamp of the gap in drive recording in millisecs. The drive was resumed after this gap.

Link copied to clipboard

An identifier for this drive that was resumed. This identifier is unique for a particular FairmaticConfiguration.driverId with which the SDK is initialized.

Link copied to clipboard

The insurance period in which the drive was detected. This will be null if there is no insurance period associated with this drive.

Link copied to clipboard

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.

Link copied to clipboard

The start timestamp of the drive in milliseconds since epoch.

Link copied to clipboard

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.