TNHistoricalScore
@objcMembers
public class TNHistoricalScore : NSObject, Codable
Historical score class of DriveMotion SDK.
-
current date.
Declaration
Swift
public let date: Date
-
Undocumented
Declaration
Swift
public let score: TNDriveScore
-
Undocumented
Declaration
Swift
public init(date: Date, score: TNDriveScore)
-
Declaration
Swift
public required init(from decoder: Decoder) throws