//interface/healthstack.backend.integration.registration/UserRegistrationClient

UserRegistrationClient

[androidJvm]
interface UserRegistrationClient

Interface for registering users who joined through the app to the backend.

Functions

Name Summary
registerUser [androidJvm]
abstract suspend fun registerUser(idToken: String, user: User)
Used to register user’s information who joined through the app to the backend.
updateUser [androidJvm]
abstract suspend fun updateUser(idToken: String, userId: String, userProfile: UserProfile)
Used to update user’s profile who joined through the app to the backend.

Inheritors

Name
BackendFacade