SDK-Android
libcore
/
io.mimi.sdk.core.model.tests
/
HearingTest
/
Metadata
/
Host
Host
data
class
Host
(
val
type
:
String
?
,
val
version
:
String
?
,
val
region
:
String
?
,
val
language
:
String
?
,
val
model
:
String
?
)
Content copied to clipboard
Class containing information about the device from where the Hearing Test was taken
Constructors
Properties
Constructors
Host
Link copied to clipboard
fun
Host
(
type
:
String
?
,
version
:
String
?
,
region
:
String
?
,
language
:
String
?
,
model
:
String
?
)
Content copied to clipboard
Properties
language
Link copied to clipboard
val
language
:
String
?
Content copied to clipboard
model
Link copied to clipboard
val
model
:
String
?
Content copied to clipboard
region
Link copied to clipboard
val
region
:
String
?
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
Content copied to clipboard
version
Link copied to clipboard
val
version
:
String
?
Content copied to clipboard