Class AccountData
Encapsulate properties of account data
Inherited Members
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class AccountData
Constructors
| Name | Description |
|---|---|
| AccountData(AndroidJavaObject) | Encapsulate properties of account data |
Fields
| Name | Description |
|---|---|
| accountID | User's account ID |
| avatar | User's avatar url |
| gender | User's gender, 1:man, 2:women, 3:unknown |
| nickname | User's nickname |
Methods
| Name | Description |
|---|---|
| ToString() | Encapsulate properties of account data |