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

SENTDrivingInsights

SWIFT_CLASS_NAMED("DrivingInsights")
@interface SENTDrivingInsights : NSObject

SENTDrivingInsights API

transportEvent

Returns the transport event.

@property (nonatomic, readonly, strong) SENTTransportEvent * _Nonnull transportEvent;

safetyScores

Returns the safety scores.

@property (nonatomic, readonly, strong) SENTSafetyScores * _Nonnull safetyScores;

Last updated