Interface > healthstack.backend.integration.healthdata > HealthDataSyncClient

HealthDataSyncClient

[androidJvm]
interface HealthDataSyncClient

Interface for syncing data with backend.

Functions

Name Summary
sync

[androidJvm]
abstract suspend fun sync(idToken: String, healthData: HealthData)
Used to transmit the user's health data to the backend. Backend can distinguish users through id token.

Inheritors

Name
BackendFacade