Drag[en]gine Script Module DragonScript  1.23
Dragengine.Services.User.ServiceUserInfo Class Reference

Information about user. More...

Inheritance diagram for Dragengine.Services.User.ServiceUserInfo:

Public Member Functions

ServiceUserInfo new ()
 Create new instance of class ServiceUser. More...
 

Public Attributes

ServiceImage avatar
 User avatar. More...
 
String country
 Country. More...
 
TimeDate dateOnline
 Date the user has been last been online. More...
 
String displayName
 Display user name. More...
 
String id
 User identifier. More...
 
String name
 User name. More...
 
String nickname
 Nickname. More...
 
String preferredLanguage
 Preferred language in ISO 639 language code. More...
 
String profileUrl
 URL or user profile. More...
 

Detailed Description

Information about user.

Used by different services to deliver information about a user. Certain fields are only present for specific services. Not all information can be retrieved at all times. Hence all fields can be null.

Member Function Documentation

◆ new()

ServiceUserInfo Dragengine.Services.User.ServiceUserInfo.new ( )

Create new instance of class ServiceUser.

Member Data Documentation

◆ avatar

ServiceImage Dragengine.Services.User.ServiceUserInfo.avatar

User avatar.

◆ country

String Dragengine.Services.User.ServiceUserInfo.country

Country.

◆ dateOnline

TimeDate Dragengine.Services.User.ServiceUserInfo.dateOnline

Date the user has been last been online.

◆ displayName

String Dragengine.Services.User.ServiceUserInfo.displayName

Display user name.

This is the preferred name to display to refer to a user.

◆ id

String Dragengine.Services.User.ServiceUserInfo.id

User identifier.

◆ name

String Dragengine.Services.User.ServiceUserInfo.name

User name.

This is usually the login name. Many services do not provide this information since it is PII.

◆ nickname

String Dragengine.Services.User.ServiceUserInfo.nickname

Nickname.

Present if the user assigned a nickname to another user. This is private information and should not be copied.

◆ preferredLanguage

String Dragengine.Services.User.ServiceUserInfo.preferredLanguage

Preferred language in ISO 639 language code.

◆ profileUrl

String Dragengine.Services.User.ServiceUserInfo.profileUrl

URL or user profile.


The documentation for this class was generated from the following file: