toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcore
/
io.mimi.sdk.core.model.tests
/
HearingTest
/
TestRun
Test
Run
data
class
TestRun
(
val
id
:
String
?
=
null
,
val
metadata
:
HearingTest.TestRun.Metadata
,
val
results
:
Map
<
String
,
Any
>
,
@
Json
(
name
=
"noise"
)
val
noiseReport
:
Map
<
String
,
Any
>
?
=
null
)
Data class containing intermediate information about an ongoing Hearing Test
Members
Constructors
Test
Run
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
metadata
:
HearingTest.TestRun.Metadata
,
results
:
Map
<
String
,
Any
>
,
@
Json
(
name
=
"noise"
)
noiseReport
:
Map
<
String
,
Any
>
?
=
null
)
Types
Metadata
Link copied to clipboard
data
class
Metadata
(
val
headphone
:
HearingTest.TestRun.Metadata.HeadphoneInfo
?
,
val
sampleRate
:
Double
?
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
metadata
Link copied to clipboard
val
metadata
:
HearingTest.TestRun.Metadata
noise
Report
Link copied to clipboard
val
noiseReport
:
Map
<
String
,
Any
>
?
=
null
results
Link copied to clipboard
val
results
:
Map
<
String
,
Any
>