TestFlowResponse
data class TestFlowResponse(val hteVersion: String?, val usedHeadphone: Headphone?, val hearingTestResults: HearingTestResults?, val selectedTest: TestType?, val embeddedSubmitResponse: MimiSubmitHearingTestResponse?)
Data class to hold the response of the test flow which will be represented as a JSON string.
TODO I don't think these should be nullable, generally but they can be in the TestFlowData/TestFlowContext
Constructors
Link copied to clipboard
constructor(hteVersion: String?, usedHeadphone: Headphone?, hearingTestResults: HearingTestResults?, selectedTest: TestType?, embeddedSubmitResponse: MimiSubmitHearingTestResponse?)