C# Class PlayFab.ServerModels.GetFriendsListRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
IncludeFacebookFriends bool?
IncludeSteamFriends bool?
PlayFabId 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?

PlayFabId public_oe property

PlayFab identifier of the player whose friend list to get.
public string PlayFabId
return string