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