insert New User

open override fun insertNewUser(hostAddress: String, userId: String, userToken: String, profilePic: String, name: String, surname: String, email: String, language: String, vararg custom: Any?)

Method used to insert a new user and save locally his/her properties

Parameters

hostAddress

The host address with which the user communicates

userId

The identifier of the user

userToken

The token of the user

profilePic

The profile picture of the user

name

The name of the user

surname

The surname of the user

email

The email of the user

language

The language of the user

custom

The custom parameters added during the customization of the EquinoxLocalUser