For the complete documentation index, see llms.txt. This page is also available as Markdown.

SENTDrivingInsightsReadyDelegate

This delegate is used to set drivingInsightsProcessedDelegate.

SWIFT_PROTOCOL_NAMED("DrivingInsightsReadyDelegate")
@protocol SENTDrivingInsightsReadyDelegate

SENTDrivingInsightsReadyDelegate API

onDrivingInsightsReadyWithInsights

Invoked when driving insights become available for a transport.

- (void)onDrivingInsightsReadyWithInsights:(SENTDrivingInsights * _Nonnull)insights;

Last updated