Class Sport
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public static class Sport
Methods
Name | Description |
---|---|
GetDailySummary(DateTime, DateTime) | Gets a summary of the user's daily exercise data for a specified period within the recent 90 days. |
GetDailySummary(long, long) | Gets a summary of the user's daily exercise data for a specified period within the recent 90 days. |
GetSummary(DateTime, DateTime) | Get a summary of the user's exercise data for a specified period within the recent 24 hours. The period should not exceed 24 hours. |
GetSummary(long, long) | Get a summary of the user's exercise data for a specified period within the recent 24 hours. The period should not exceed 24 hours. |
GetUserInfo() | Gets a user's basic information and exercise plan. |