C# Class PlayFab.ServerModels.FriendInfo

显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return string

FacebookInfo public_oe property

Available Facebook information (if the user and PlayFab friend are also connected in Facebook).
public UserFacebookInfo,PlayFab.ServerModels FacebookInfo
return UserFacebookInfo

FriendPlayFabId public_oe property

PlayFab unique identifier for this friend.
public string FriendPlayFabId
return string

GameCenterInfo public_oe property

Available Game Center information (if the user and PlayFab friend are also connected in Game Center).
public UserGameCenterInfo,PlayFab.ServerModels GameCenterInfo
return UserGameCenterInfo

SteamInfo public_oe property

Available Steam information (if the user and PlayFab friend are also connected in Steam).
public UserSteamInfo,PlayFab.ServerModels SteamInfo
return UserSteamInfo

Tags public_oe property

Tags which have been associated with this friend.
public List Tags
return List

TitleDisplayName public_oe property

Title-specific display name for this friend.
public string TitleDisplayName
return string

Username public_oe property

PlayFab unique username for this friend.
public string Username
return string