sendCommentFeedback

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

onResponse

the callback, that is called when a response is received