SENTDrivingInsights
Last updated
SWIFT_CLASS_NAMED("DrivingInsights")
@interface SENTDrivingInsights : NSObjecttransportEventReturns the transport event.
@property (nonatomic, readonly, strong) SENTTransportEvent * _Nonnull transportEvent;
safetyScoresReturns the safety scores.
@property (nonatomic, readonly, strong) SENTSafetyScores * _Nonnull safetyScores;
Last updated