TNGetCumulativeScoreResponse
@objcMembers
public class TNGetCumulativeScoreResponse : TNDriveMotionResponseBase
The response of the API that get cumulative score.
-
Cumulative score info(see {@link TNCumulativeScore}).
Declaration
Swift
public let cumulativeScore: TNCumulativeScore? -
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, cumulativeScore: TNCumulativeScore? = nil) -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
TNGetCumulativeScoreResponse Class Reference