Search Results for

    Class Sport

    Inheritance
    object
    Sport
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In This Article