RefyUser
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 used to init the RefyUser class
constructor(id: String, name: String, surname: String, email: String, profilePic: String, tagName: String)
Constructor used 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>, settings: UserSettings)
Constructor used to init the RefyUser class
Properties
Link copied to clipboard
collections the collections of the userLink copied to clipboard
customLinks the custom links of the userLink copied to clipboard
Link copied to clipboard
member the member of teams relationshipLink copied to clipboard
Link copied to clipboard
settings The settings of the user