//interface/healthstack.backend.integration.registration/UserProfile

UserProfile

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

Constructors

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

Properties

Name Summary
profile [androidJvm]
val profile: Map<String, Any>