SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SDK
SDK
/
com.quantactions.sdk.data.entity
/
CognitiveTestEntity
Cognitive
Test
Entity
data
class
CognitiveTestEntity
(
val
id
:
Int
=
0
,
val
testType
:
String
,
val
results
:
String
,
val
timestamp
:
Long
,
val
localTime
:
String
,
val
sync
:
Int
)
Members
Constructors
Cognitive
Test
Entity
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
testType
:
String
,
results
:
String
,
timestamp
:
Long
,
localTime
:
String
,
sync
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Int
=
0
local
Time
Link copied to clipboard
val
localTime
:
String
results
Link copied to clipboard
val
results
:
String
sync
Link copied to clipboard
val
sync
:
Int
test
Type
Link copied to clipboard
val
testType
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long