Class SportUserInfo
The user's sport info.
Inherited Members
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class SportUserInfo
Constructors
| Name | Description |
|---|---|
| SportUserInfo(AndroidJavaObject) | The user's sport info. |
Fields
| Name | Description |
|---|---|
| daysPerWeek | The planned weekly sport days. |
| gender | The user's gender, 1:man, 2:women, 3:unknown |
| planCalories | The plan calories of the user. |
| planDurationInSeconds | The planned daily sport duration (in seconds). |
| stature | The height of the user (in cm). |
| weight | The weight of the user (in kg). |
| yearOfBirth | The user's year of birth |
Methods
| Name | Description |
|---|---|
| ToString() | The user's sport info. |