get Tread Depth Report Result
fun AnylineTireTreadSdk.getTreadDepthReportResult(measurementUuid: String, timeoutSeconds: Int = 60, onResponse: (Response<TreadDepthResult>) -> Unit = {})
Request results for the specified Measurement. This function is blocking and should only be call on a background thread.
Parameters
measurement Uuid
: UUID of the required Measurement.
timeout Seconds
: Timeout for the function. Defaults to 60 seconds.
on Response
: callback invoked when a response is available