My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.GetFriendLeaderboardRequest Class Reference
Inheritance diagram for PlayFab.ClientModels.GetFriendLeaderboardRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
bool? IncludeFacebookFriends
 Indicates whether Facebook friends should be included in the response. Default is true.
 
bool? IncludeSteamFriends
 Indicates whether Steam service friends should be included in the response. Default is true.
 
int? MaxResultsCount
 Maximum number of entries to retrieve. Default 10, maximum 100.
 
PlayerProfileViewConstraints ProfileConstraints
 If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
 
int StartPosition
 Position in the leaderboard to start this listing (defaults to the first entry).
 
string StatisticName
 Statistic used to rank friends for this leaderboard.
 
int? Version
 The version of the leaderboard to get.
 
string XboxToken
 Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

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