on Drive Analyzed
Called when the Fairmatic SDK has analyzed a drive. This will only be called for drives where FairmaticDriveType is not FairmaticDriveType.INVALID.
This is always called after onDriveEnd for a particular DriveInfo.driveId. These callbacks are always invoked on the application in the order of occurence of drives. Typically there can be a delay of upto a few seconds between the invocation of onDriveEnd and this callback. Sometimes this delay can be very large due to unavailability of network or other abnormal conditions. Applications must factor in this delay when using these callbacks. @param context - The context in which the receiver is running. @param analyzedDriveInfo - Completely analyzed information about the drive with driving score and all the events. This may contain additional or improved data over the EstimatedDriveInfo provided in the onDriveEnd callback. Applications should replace all information returned in onDriveEnd with the information returned here.