TNSyncTripsResponse
@objcMembers
public class TNSyncTripsResponse : TNDriveMotionResponseBase
The response of the TNSyncTripsRequest(see {@link TNSyncTripsRequest}) that contain status of synchronisation.
-
Result of TNTripSyncRequest request.
Declaration
Swift
public var success: Bool -
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, success: Bool) -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws