TNGetCoachingResponse
@objcMembers
public class TNGetCoachingResponse : TNDriveMotionResponseBase
The response of the GetCoachingRequest that gets contextual coaching results.
-
The result containing the coaching data.
Declaration
Swift
public let result: TNGetResult? -
Undocumented
Declaration
Swift
public init( status: TNResponseStatus, message: String? = nil, result: TNGetResult? = nil ) -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws