SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SDK
SDK
/
com.quantactions.sdk
/
QA
/
saveCognitiveTestResult
save
Cognitive
Test
Result
suspend
fun
<
T
>
saveCognitiveTestResult
(
testType
:
CognitiveTest
<
T
>
,
testResult
:
T
,
timestamp
:
Long
=
System.currentTimeMillis()
,
localTime
:
String
=
Instant.now().toString()
)