PlayFab.Client.Models.GetFriendLeaderboardAroundPlayerRequest
Request Properties |
---|
IncludeFacebookFriends BooleanIndicates whether Facebook friends should be included in the response. Default is true. |
IncludeSteamFriends BooleanIndicates whether Steam service friends should be included in the response. Default is true. |
MaxResultsCount int32Maximum number of entries to retrieve. Default 10, maximum 100. |
PlayFabId StringPlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user. |
ProfileConstraints PlayerProfileViewConstraintsIf 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. |
StatisticName (required) StringStatistic used to rank players for this leaderboard. |
UseSpecificVersion (Governs: Version) BooleanIf set to false, Version is considered null. If true, uses the specified Version |
Version int32The version of the leaderboard to get. |
XboxToken StringXbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. |