SENTDrivingInsights

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

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