|
Drag[en]gine Script Module DragonScript 1.32.1
|
Information about user. More...
Public Member Functions | |
| ServiceUserInfo | new () |
| Create new instance of class ServiceUser. | |
Public Attributes | |
| ServiceImage | avatar |
| User avatar. | |
| String | country |
| Country. | |
| TimeDate | dateOnline |
| Date the user has been last been online. | |
| String | displayName |
| Display user name. | |
| String | id |
| User identifier. | |
| String | name |
| User name. | |
| String | nickname |
| Nickname. | |
| String | preferredLanguage |
| Preferred language in ISO 639 language code. | |
| String | profileUrl |
| URL or user profile. | |
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.
| ServiceUserInfo Dragengine.Services.User.ServiceUserInfo.new | ( | ) |
Create new instance of class ServiceUser.
| ServiceImage Dragengine.Services.User.ServiceUserInfo.avatar |
User avatar.
| String Dragengine.Services.User.ServiceUserInfo.country |
Country.
| TimeDate Dragengine.Services.User.ServiceUserInfo.dateOnline |
Date the user has been last been online.
| String Dragengine.Services.User.ServiceUserInfo.displayName |
Display user name.
This is the preferred name to display to refer to a user.
| String Dragengine.Services.User.ServiceUserInfo.id |
User identifier.
| 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.
| 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.
| String Dragengine.Services.User.ServiceUserInfo.preferredLanguage |
Preferred language in ISO 639 language code.
| String Dragengine.Services.User.ServiceUserInfo.profileUrl |
URL or user profile.