Class SportDailySummary
The summary of daily sport info. Users' daily sports info is recorded in the local database. This structure indicates the sports info generated someday.
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class SportDailySummary
Constructors
Name | Description |
---|---|
SportDailySummary(AndroidJavaObject) | The summary of daily sport info. Users' daily sports info is recorded in the local database. This structure indicates the sports info generated someday. |
Fields
Name | Description |
---|---|
calorie | The actual calorie burnt (in kilo calorie). |
date | The date when the summary was generated. |
durationInSeconds | The sport duration (in seconds). |
planCalorie | The planned calorie to burn. |
planDurationInSeconds | The planned sport duration (in seconds). |
Methods
Name | Description |
---|---|
ToString() | The summary of daily sport info. Users' daily sports info is recorded in the local database. This structure indicates the sports info generated someday. |