Drag[en]gine Script Module DragonScript
1.23
|
Information about user. More...
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... | |
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.