send Tread Depth Result Feedback
fun AnylineTireTreadSdk.sendTreadDepthResultFeedback(resultUuid: String, treadResultRegions: List<TreadResultRegion>, onResponse: (Response<MeasurementInfo>) -> Unit = {})
Sends a request with the corrected TreadResultRegions in case the results for the tread depth are incorrect.
TreadResultRegions that have TreadResultRegion.isAvailable set to false, must have a value of 0.0 for tread depth.
Parameters
result Uuid
the measurement UUID this result feedback is referencing to
tread Result Regions
the corrected result regions
on Response
a callback invoked when the server returns a result