Interface > healthstack.backend.integration.registration > User

User

[androidJvm]
data class User(val userId: String, val profile: Map<String, Any> = emptyMap())

Data including profile information collected during the Eligibility Check and the basic information of user.

Constructors

User

[androidJvm]
fun User(userId: String, profile: Map<String, Any> = emptyMap())

Properties

Name Summary
profile

[androidJvm]
val profile: Map<String, Any>
Information collected during the Eligibility Check.

userId

[androidJvm]
val userId: String
ID of user