Search Results for

    Class LeaderboardInfo

    Encapsulate properties of Leaderboard info

    Inheritance
    object
    LeaderboardInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: YVR.Platform
    Assembly: YVR.Platform.Runtime.dll
    Syntax
    public class LeaderboardInfo

    Constructors

    Name Description
    LeaderboardInfo(AndroidJavaObject)

    Encapsulate properties of Leaderboard info

    Fields

    Name Description
    currentPageIndex

    The current page number

    currentPageSize

    The number of pages currently

    pageSize

    Maximum number of page

    rankList

    The leaderboard entry info for the current page

    totalCount

    Total number of leaderboard

    totalPages

    Total number of pages

    Methods

    Name Description
    ToString()

    Encapsulate properties of Leaderboard info

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article