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 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, theme: EquinoxUser.ApplicationTheme, tagName: String, links: List<RefyLink>, teams: List<Team>, collections: List<LinksCollection>, customLinks: List<CustomRefyLink>)
Constructor to init the RefyUser class
constructor(jRefyUser: JSONObject)
Constructor to init the RefyUser class
Properties
Link copied to clipboard
collections
the collections of the userLink copied to clipboard
CUSTOM_LINKS_KEY
the key for the "custom_links" fieldLink copied to clipboard
customLinks
the custom links of the userLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
member
the member of teams relationshipLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TAG_NAME_KEY
the key for the "tag_name" fieldLink copied to clipboard
Link copied to clipboard
USER_IDENTIFIER_KEY
the key for the "user_id" field