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.

Constructors

Link copied to clipboard
constructor(hteVersion: String?, usedHeadphone: Headphone?, hearingTestResults: HearingTestResults?, selectedTest: TestType?, embeddedSubmitResponse: MimiSubmitHearingTestResponse?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard