C# Class PlayFab.ServerModels.GetFriendLeaderboardRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
IncludeFacebookFriends bool?
IncludeSteamFriends bool?
MaxResultsCount int
PlayFabId string
StartPosition int
StatisticName string

Property Details

IncludeFacebookFriends public property

Indicates whether Facebook friends should be included in the response. Default is true.
public bool? IncludeFacebookFriends
return bool?

IncludeSteamFriends public property

Indicates whether Steam service friends should be included in the response. Default is true.
public bool? IncludeSteamFriends
return bool?

MaxResultsCount public property

Maximum number of entries to retrieve.
public int MaxResultsCount
return int

PlayFabId public property

The player whose friend leaderboard to get
public string PlayFabId
return string

StartPosition public property

Position in the leaderboard to start this listing (defaults to the first entry).
public int StartPosition
return int

StatisticName public property

Statistic used to rank friends for this leaderboard.
public string StatisticName
return string