TNGetUploadSuccessTimestampResponse

@objcMembers
public class TNGetUploadSuccessTimestampResponse : TNDriveMotionResponseBase

The response of the TNGetUploadSuccessTimestampRequest(see {@link TNGetUploadSuccessTimestampRequest}) that get trip upload success time

  • First time migration, if there is no latest upload time, it will be NOW (current timestamp with ms) After trip upload is successful, will return last successful upload ms timestamp, i.e. 1703827029000

    Declaration

    Swift

    public let uploadTimestamp: Int64
  • Undocumented

    Declaration

    Swift

    public init(status: TNResponseStatus, message: String? = nil, uploadTimestamp: Int64)
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws