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