submitTest

abstract suspend fun submitTest(hearingTest: HearingTest)

Submits the HearingTest to the backend, updates the latestTestResults and does not return anything.

Parameters

hearingTest

the hearing test to be submitted.