Refy User

interface RefyUser

The RefyUser interface is useful to give the basic details about a Refy's user

Author

N7ghtm4r3 - Tecknobit

Inheritors

Types

Link copied to clipboard
@Serializable
data class RefyUserImpl(val id: String, val name: String, val surname: String, val email: String, val profilePic: String, val tagName: String) : RefyUser

The RefyUserImpl class is the implementation of the RefyUser interface

Properties

Link copied to clipboard
abstract val email: String

email the email of the user

Link copied to clipboard
abstract val id: String

id the identifier of the user

Link copied to clipboard
abstract val name: String

name the name of the user

Link copied to clipboard
abstract val profilePic: String

profilePic the profile pic of the user

Link copied to clipboard
abstract val surname: String

surname the surname of the user

Link copied to clipboard
abstract val tagName: String

tagName the tagName of the user

Functions

Link copied to clipboard
open fun completeName(): String

Method used to assemble the complete name of the current user