My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.GetLeaderboardResult Class Reference

Note that the Position of the user in the results is for the overall leaderboard. If Facebook friends are included, make sure the access token from previous LoginWithFacebook call is still valid and not expired. If Xbox Live friends are included, make sure the access token from the previous LoginWithXbox call is still valid and not expired. More...

Inheritance diagram for PlayFab.ClientModels.GetLeaderboardResult:
PlayFab.SharedModels.PlayFabResultCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

List< PlayerLeaderboardEntryLeaderboard
 Ordered listing of users and their positions in the requested leaderboard.
 
DateTime? NextReset
 The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule.
 
int Version
 The version of the leaderboard returned.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon
PlayFabRequestCommon Request
 
object CustomData
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Note that the Position of the user in the results is for the overall leaderboard. If Facebook friends are included, make sure the access token from previous LoginWithFacebook call is still valid and not expired. If Xbox Live friends are included, make sure the access token from the previous LoginWithXbox call is still valid and not expired.


The documentation for this class was generated from the following file: