C# Класс PlayFab.ServerModels.GetFriendsListRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IncludeFacebookFriends bool?
IncludeSteamFriends bool?
PlayFabId string

Описание свойств

IncludeFacebookFriends публичное свойство

Indicates whether Facebook friends should be included in the response. Default is true.
public bool? IncludeFacebookFriends
Результат bool?

IncludeSteamFriends публичное свойство

Indicates whether Steam service friends should be included in the response. Default is true.
public bool? IncludeSteamFriends
Результат bool?

PlayFabId публичное свойство

PlayFab identifier of the player whose friend list to get.
public string PlayFabId
Результат string