C# Class PlayFab.ClientModels.AddFriendRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
FriendEmail string
FriendPlayFabId string
FriendTitleDisplayName string
FriendUsername string

Property Details

FriendEmail public_oe property

Email address of the user to attempt to add to the local user's friend list.
public string FriendEmail
return string

FriendPlayFabId public_oe property

PlayFab identifier of the user to attempt to add to the local user's friend list.
public string FriendPlayFabId
return string

FriendTitleDisplayName public_oe property

Title-specific display name of the user to attempt to add to the local user's friend list.
public string FriendTitleDisplayName
return string

FriendUsername public_oe property

PlayFab username of the user to attempt to add to the local user's friend list.
public string FriendUsername
return string