C# Class PlayFab.ServerModels.GetFriendLeaderboardRequest

Inheritance: PlayFabRequestCommon
显示文件 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_oe property

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

IncludeSteamFriends public_oe property

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

MaxResultsCount public_oe property

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

PlayFabId public_oe property

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

StartPosition public_oe property

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

StatisticName public_oe property

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