UserDetails

data class UserDetails(val userId: String, val name: String, val image: Uri)

UserDetails representation of display info of a user

Constructors

Link copied to clipboard
constructor(userId: String, name: String, image: Uri)

Properties

Link copied to clipboard
val image: Uri

Uri the uri display image

Link copied to clipboard

String the display name

Link copied to clipboard

String the user details userId