Refy
User
The RefyUser
class is useful to
represent a Refy's system user
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
EquinoxUser
Constructors
Link copied to clipboard
constructor()
Constructor to init the RefyUser class No-any params
required
constructor( id: String, token: String, name: String, surname: String, email: String, password: String, language: String, tagName: String, links: List<RefyLink>, teams: List<Team>, collections: List<LinksCollection>, customLinks: List<CustomRefyLink>)
Constructor to init the RefyUser class
constructor(id: String, name: String, surname: String, email: String, profilePic: String, tagName: String)
Constructor to init the RefyUser class
constructor( id: String, token: String, name: String, surname: String, email: String, password: String, profilePic: String, language: String, tagName: String, links: List<RefyLink>, teams: List<Team>, collections: List<LinksCollection>, customLinks: List<CustomRefyLink>)
Constructor to init the RefyUser class