SENTDrivingInsightsReadyDelegate

This class is part of an Early Access feature, and is subject to change in the future.

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