Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetLeaderboardEntry Class
RuyiNetLeaderboardEntry Constructor
RuyiNetLeaderboardEntry Properties
Click or drag to resizeClick or drag to resize

RuyiNetLeaderboardEntry Class

[This is preliminary documentation and is subject to change.]

Represents a single leaderboard entry.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineRuyiNetLeaderboardEntry

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public class RuyiNetLeaderboardEntry

The RuyiNetLeaderboardEntry type exposes the following members.

Constructors
  NameDescription
Public methodRuyiNetLeaderboardEntry(RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry)
Construct from a Get Global Page response.
Public methodRuyiNetLeaderboardEntry(RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry)
Construct from a Get Group Social Leaderboard response.
Public methodRuyiNetLeaderboardEntry(RuyiNetGetSocialLeaderboardResponseDataLeaderboardEntry)
Construct from a Get Social Leaderboard response.
Top
Properties
  NameDescription
Public propertyCreatedAt
When this entry was created (UNIX timestamp).
Public propertyData
Extra data provided by the developer, if any.
Public propertyIndex
The index of this entry.
Public propertyName
The display name of the player.
Public propertyPictureUrl
The URL of the player's profile picture.
Public propertyPlayerId
The ID of the player this entry represents.
Public propertyRank
The overall rank of the player on this leaderboard.
Public propertyScore
The latest score for the player.
Public propertyUpdatedAt
When this entry was last updated (UNIX timestamp).
Top
See Also

Reference

Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com