C# Class PlayFab.ClientModels.FriendInfo

Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

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 property

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

FacebookInfo public property

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

FriendPlayFabId public property

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

GameCenterInfo public property

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

SteamInfo public property

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

Tags public property

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

TitleDisplayName public property

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

Username public property

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