RuyiNetLeaderboardResponseDataResponseLeaderboardData Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class LeaderboardData
The RuyiNetLeaderboardResponseDataResponseLeaderboardData type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetLeaderboardResponseDataResponseLeaderboardData | Initializes a new instance of the RuyiNetLeaderboardResponseDataResponseLeaderboardData class |
| Name | Description | |
|---|---|---|
| createdAt |
When this entry was created.
| |
| friend |
Whether or not this player is friends with the current user.
| |
| index |
The index of this entry in the returned data.
| |
| name |
The user name of the player.
| |
| pictureUrl |
The URL of the users profile image.
| |
| playerId |
The ID of the player this entry relates to.
| |
| rank |
The rank of the player in the leaderboard.
| |
| score |
The score.
| |
| updatedAt |
When this entry was last updated.
|