TNIntervalScore
@objcMembers
public class TNIntervalScore : NSObject, Codable
If time intervals are used, this class aggregates the trips and scores in each time interval.
-
Undocumented
Declaration
Swift
public let intervalType: TNIntervalType -
The start date of each interval
Declaration
Swift
public let startDate: Date -
Undocumented
Declaration
Swift
public let tripsInfo: TNTripsInfo -
Undocumented
Declaration
Swift
public let score: TNDriveScore -
Undocumented
Declaration
Swift
public let tripsEventStatistics: [TNEventStatistic]? -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public init(intervalType: TNIntervalType, startDate: Date, tripsInfo: TNTripsInfo, score: TNDriveScore, tripsEventStatistics: [TNEventStatistic]? = nil)
TNIntervalScore Class Reference