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