C# Class PlayFab.ClientModels.FriendInfo

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

Méthodes publiques

Свойство Type Description
CurrentMatchmakerLobbyId string
FacebookInfo UserFacebookInfo
FriendPlayFabId string
GameCenterInfo UserGameCenterInfo
SteamInfo UserSteamInfo
Tags List
TitleDisplayName string
Username string

Property Details

CurrentMatchmakerLobbyId public_oe property

Unique lobby identifier of the Game Server Instance to which this player is currently connected.
public string CurrentMatchmakerLobbyId
Résultat string

FacebookInfo public_oe property

Available Facebook information (if the user and PlayFab friend are also connected in Facebook).
public UserFacebookInfo,PlayFab.ClientModels FacebookInfo
Résultat UserFacebookInfo

FriendPlayFabId public_oe property

PlayFab unique identifier for this friend.
public string FriendPlayFabId
Résultat string

GameCenterInfo public_oe property

Available Game Center information (if the user and PlayFab friend are also connected in Game Center).
public UserGameCenterInfo,PlayFab.ClientModels GameCenterInfo
Résultat UserGameCenterInfo

SteamInfo public_oe property

Available Steam information (if the user and PlayFab friend are also connected in Steam).
public UserSteamInfo,PlayFab.ClientModels SteamInfo
Résultat UserSteamInfo

Tags public_oe property

Tags which have been associated with this friend.
public List Tags
Résultat List

TitleDisplayName public_oe property

Title-specific display name for this friend.
public string TitleDisplayName
Résultat string

Username public_oe property

PlayFab unique username for this friend.
public string Username
Résultat string