C# Class PlayFab.ServerModels.AddFriendRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen 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_oe property

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

FriendPlayFabId public_oe property

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

FriendTitleDisplayName public_oe property

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

FriendUsername public_oe property

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

PlayFabId public_oe property

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