SENTDrivingInsightsReadyDelegate
Last updated
This delegate is used to set drivingInsightsProcessedDelegate.
SWIFT_PROTOCOL_NAMED("DrivingInsightsReadyDelegate")
@protocol SENTDrivingInsightsReadyDelegateonDrivingInsightsReadyWithInsightsInvoked when driving insights become available for a transport.
- (void)onDrivingInsightsReadyWithInsights:(SENTDrivingInsights * _Nonnull)insights;
Last updated