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.
on Get Tread Depth Report Result Succeeded
: callback invoked when a result is found
on Get Tread Depth Report Result Failed
: callback invoked when a result is not found
timeout Seconds
: Timeout for the function. Defaults to 60 seconds.