Class: ProfileData

WTAPI.ProfileData(mail, authProvider, url, gender, language, parentHostUrl, photo)

new ProfileData(mail, authProvider, url, gender, language, parentHostUrl, photo)

Represents a profile data location of User. Used in user presence and can be received from WTAPI.Presence.
Parameters:
Name Type Description
mail string
authProvider string
url string
gender string
language string
parentHostUrl string
photo string
Source:

Methods

getAuthProvider() → {*}

Returns the auth provider.
Source:
Returns:
Type
*

getGender() → {*}

Returns the gender.
Source:
Returns:
Type
*

getLanguage() → {*}

Returns the language.
Source:
Returns:
Type
*

getMail() → {*}

Returns the mail address of this profile data.
Source:
Returns:
Type
*

getParentHostUrl() → {*}

Returns the parent host url.
Source:
Returns:
Type
*

getPhoto() → {*}

Returns the photo url.
Source:
Returns:
Type
*

getUrl() → {*}

Returns the url.
Source:
Returns:
Type
*