RefyUser
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
Parameters
id
Identifier of the user
name
The name of the user
surname
The surname of the user
email
The email of the user
profilePic
The profile pic of the user
tagName
The name of the user
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
Parameters
id
The identifier of the user
token
The token which the user is allowed to operate on server
name
The name of the user
surname
The surname of the user
email
The email of the user
password
The password of the user
profilePic
The profile pic of the user
language
The language of the user
tagName
The name of the user
links
The links of the user
teams
The teams where the user is a member
collections
The collections of the user
customLinks
The custom links of the user
settings
The settings of the user