Equinox User

constructor()

Constructor to init the EquinoxUser class

No-any params required


constructor(id: String, token: String, name: String, surname: String, email: String, password: String, language: String)

Constructor to init the EquinoxUser class

Parameters

id

: 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

language

: the language of the user


constructor(id: String, token: String, name: String, surname: String, email: String, password: String, profilePic: String, language: String, theme: EquinoxUser.ApplicationTheme)

Constructor to init the EquinoxUser class

Parameters

id

: identifier of the user

token

: the token which the user is allowed to operate on server

name

: the password of the user

surname

: the surname of the user

email

: the password of the user

password

: the password of the user

profilePic

: the profile pic of the user

language

: the password of the user

theme

: the theme of the user


constructor(jUser: JSONObject)

Constructor to init the EquinoxUser class

Parameters

jUser

: user details formatted as JSON