SDK-Android
libcore
/
io.mimi.sdk.core.model.tests
/
HearingTest
/
Metadata
/
Client
Client
data
class
Client
(
val
id
:
String
?
,
val
version
:
String
?
,
val
name
:
String
?
)
Content copied to clipboard
Class containing information about the SDK id and version
Constructors
Properties
Constructors
Client
Link copied to clipboard
fun
Client
(
id
:
String
?
,
version
:
String
?
,
name
:
String
?
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
version
Link copied to clipboard
val
version
:
String
?
Content copied to clipboard