C# Class PlayFab.ServerModels.GetFriendLeaderboardRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool?

IncludeSteamFriends public_oe property

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

MaxResultsCount public_oe property

Maximum number of entries to retrieve.
public int MaxResultsCount
Résultat int

PlayFabId public_oe property

The player whose friend leaderboard to get
public string PlayFabId
Résultat string

StartPosition public_oe property

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

StatisticName public_oe property

Statistic used to rank friends for this leaderboard.
public string StatisticName
Résultat string