C# Class PlayFab.ClientModels.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

Property Details

FriendEmail public property

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

FriendPlayFabId public property

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

FriendTitleDisplayName public 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 property

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