Interface > healthstack.backend.integration.task > TaskClient > uploadTaskResult

uploadTaskResult

[androidJvm]
abstract suspend fun uploadTaskResult(idToken: String, result: TaskResult)

Uploads the user's task execution result to Backend.

Parameters

androidJvm

idToken An encrypted token containing the user's information issued when the logs in to the application.
result healthstack.backend.integration.task.TaskResult