Class Friend
Encapsulate properties of friend
Inherited Members
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class Friend
Constructors
| Name | Description |
|---|---|
| Friend(AndroidJavaObject) | Encapsulate properties of friend |
Fields
| Name | Description |
|---|---|
| accountID | Friend's account ID |
| age | Friend's age |
| avatar | Friend's avatar url |
| gender | Friend's gender, 1:man, 2:women, 3:unknown |
| nickname | Friend's nickname |
| onlineState | Friend's online state, 1:online, 2:offline |
| usingAppName | App name of which friend is using. This represents that friend is not using any app if is null or empty. |
| usingAppType | App type of which friend is using, 1:game, 2:application. This represents that friend is not using any app if zero. |
| usingAppUrl | App url of which friend is using. This represents that friend is not using any app if is null or empty. |
Methods
| Name | Description |
|---|---|
| ToString() | Encapsulate properties of friend |