//interface/healthstack.backend.integration

Package healthstack.backend.integration

Types

Name Summary
BackendFacade [androidJvm]
interface BackendFacade : HealthDataSyncClient, UserRegistrationClient, TaskClient
Facade that collects the interface required for integrating with the backend that stores health data. It provides a simple integrated interface.
BackendFacadeHolder [androidJvm]
object BackendFacadeHolder
To use the instance as a singleton, we provide holder which holds the single instance.