send Comment Feedback
fun AnylineTireTreadSdk.sendCommentFeedback(uuid: String, comment: String, onResponse: (Response<MeasurementInfo>) -> Unit = {})
Sends a request with given UUID and comment and returns the result via the callback. When the operation is successful, the callback returns a Response.Success containing a MeasurementInfo. If the operation fails, the callback instead returns a Response.Error.
The comment is limited to 500 characters and only contain alphanumerical characters and the following special characters (without quotes): '-,.: '
Parameters
uuid
the result UUID
comment
the comment to be sent
on Response
the callback, that is called when a response is received