C# Class PlayFab.ServerModels.AddFriendRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
FriendEmail string
FriendPlayFabId string
FriendTitleDisplayName string
FriendUsername string
PlayFabId string

Property Details

FriendEmail public property

Email address of the user being added.
public string FriendEmail
return string

FriendPlayFabId public property

The PlayFab identifier of the user being added.
public string FriendPlayFabId
return string

FriendTitleDisplayName public property

Title-specific display name of the user to being added.
public string FriendTitleDisplayName
return string

FriendUsername public property

The PlayFab username of the user being added
public string FriendUsername
return string

PlayFabId public property

PlayFab identifier of the player to add a new friend.
public string PlayFabId
return string