# SENTDrivingInsightsReadyDelegate

This delegate is used to set [`drivingInsightsProcessedDelegate`](https://docs.sentiance.com/important-topics/sdk/api-reference/sentiance#drivinginsightsprocesseddelegate).

```objectivec
SWIFT_PROTOCOL_NAMED("DrivingInsightsReadyDelegate")
@protocol SENTDrivingInsightsReadyDelegate
```

## SENTDrivingInsightsReadyDelegate API

### `onDrivingInsightsReadyWithInsights`

> Invoked when driving insights become available for a transport.
>
> ```objectivec
> - (void)onDrivingInsightsReadyWithInsights:(SENTDrivingInsights * _Nonnull)insights;
> ```
