C# Class PlayFab.ClientModels.GetFriendsListRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
IncludeFacebookFriends bool?
IncludeSteamFriends bool?

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?