Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

User

The User class represent a specific user information, with its id, name etc.


Summary
The User class represent a specific user information, with its id, name etc.
The User constructor; Creates a new User instance by a separate user fields.
The id of the user.
The first name of the user.
The last name of the user.
The user name.
The email of the user.
The phone number of the user.
The country name eof the user.
The time zone of the user.
The gender of the user (F/M).
The birthday of the user.
Custom field 1.
Custom field 2.
Custom field 3.
Media object of the user.
Location object of the user.
Presence object of the user.
AppSubscription object of the user.

Constructors

User

User( string id
string firstName
string lastName
string name
string email
string phoneNumber
string country
timestamp timeZone
string gender
timestamp birthday
string field1
string field2
string field3
Media media
Location location
Presence presence
AppSubscription appSubscription)

The User constructor; Creates a new User instance by a separate user fields.

Parameters

idThe id of the user.
firstNameThe first name of the user.
lastNameThe last name of the user.
nameThe user name.
emailThe email of the user.
phoneNumberThe phone number of the user.
countryThe country name of the user.
timeZoneThe time zone of the user.
genderThe gender of the user (F/M).
birthdayThe birthday of the user.
field1Custom field 1.
field2Custom field 2.
field3Custom field 3.
mediaMedia object of the user.
locationLocation object of the user.
presencePresence object of the user.
appSubscriptionAppSubscription object of the user.

Properties

id

string id

The id of the user. 

firstName

string firstName

The first name of the user. 

lastName

string lastName

The last name of the user. 

name

string name

The user name. 

email

string email

The email of the user. 

phoneNumber

string phoneNumber

The phone number of the user. 

country

string country

The country name of the user. 

timeZone

timestamp timeZone

The time zone of the user. 

gender

string gender

The gender of the user (F/M). 

birthday

timestamp birthday

The birthday of the user. 

field1

string field1

Custom field 1. 

field2

string field2

Custom field 2. 

field3

string field3

Custom field 3. 

media

Media media

Media object of the user. 

location

Location location

Location object of the user. 

presence

Presence presence

Presence object of the user. 

appSubscription

AppSubscription appSubscription

AppSubscription object of the user. 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.