Type alias EstimatedDriveInfo

EstimatedDriveInfo: DriveInfo

Information about a drive recorded by the Zendrive SDK. The drive may have started manually by the application or due to Zendrive auto drive detection.

When [[ZendriveDriveType]] is not equal to [[ZendriveDriveType.INVALID]], the info provided in this object will be superceded by [[AnalyzedDriveInfo]] provided via [[ZendriveOnDriveEndEvent]] callback for the same [[DriveInfo]] driveId. The application should save the info provided here and update it when [[ZendriveOnDriveAnalyzedEvent]] is notified.