Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
ClientModels
GetFriendsListRequest
C# Class PlayFab.ClientModels.GetFriendsListRequest
Inheritance:
PlayFabRequestCommon
Show file
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
IncludeFacebookFriends
bool?
IncludeSteamFriends
bool?
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?