C# Class PlayFab.ServerModels.AddFriendRequest

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

Méthodes publiques

Свойство 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
Résultat string

FriendPlayFabId public_oe property

The PlayFab identifier of the user being added.
public string FriendPlayFabId
Résultat string

FriendTitleDisplayName public_oe property

Title-specific display name of the user to being added.
public string FriendTitleDisplayName
Résultat string

FriendUsername public_oe property

The PlayFab username of the user being added
public string FriendUsername
Résultat string

PlayFabId public_oe property

PlayFab identifier of the player to add a new friend.
public string PlayFabId
Résultat string