Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
AddFriendRequest
C# Class PlayFab.ClientModels.AddFriendRequest
Inheritance:
PlayFabRequestCommon
显示文件
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