toggle menu
SDK-Android
androidJvm
switch theme
search in API
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
?
)
Class containing information about the device from where the Hearing Test was taken
Members
Constructors
Host
Link copied to clipboard
constructor
(
type
:
String
?
,
version
:
String
?
,
region
:
String
?
,
language
:
String
?
,
model
:
String
?
)
Properties
language
Link copied to clipboard
val
language
:
String
?
model
Link copied to clipboard
val
model
:
String
?
region
Link copied to clipboard
val
region
:
String
?
type
Link copied to clipboard
val
type
:
String
?
version
Link copied to clipboard
val
version
:
String
?