Functions
| Function | Description |
|---|---|
| PFFriendsClientAddFriendAsync | Adds the PlayFab user, based upon a match against a supplied unique identifier, to the friend list of the local user. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. |
| PFFriendsClientAddFriendGetResult | Gets the result of a successful PFFriendsClientAddFriendAsync call. |
| PFFriendsClientGetFriendsListAsync | Retrieves the current friend list for the local user, constrained to users who have PlayFab accounts. Friends from linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services’ friends. |
| PFFriendsClientGetFriendsListGetResult | Gets the result of a successful PFFriendsClientGetFriendsListAsync call. |
| PFFriendsClientGetFriendsListGetResultSize | Get the size in bytes needed to store the result of a ClientGetFriendsList call. |
| PFFriendsClientRemoveFriendAsync | Removes a specified user from the friend list of the local user |
| PFFriendsClientSetFriendTagsAsync | Updates the tag list for a specified user in the friend list of the local user |
| PFFriendsServerAddFriendAsync | Adds the Friend user to the friendlist of the user with PlayFabId. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. |
| PFFriendsServerGetFriendsListAsync | Retrieves the current friends for the user with PlayFabId, constrained to users who have PlayFab accounts. Friends from linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services’ friends. |
| PFFriendsServerGetFriendsListGetResult | Gets the result of a successful PFFriendsServerGetFriendsListAsync call. |
| PFFriendsServerGetFriendsListGetResultSize | Get the size in bytes needed to store the result of a ServerGetFriendsList call. |
| PFFriendsServerRemoveFriendAsync | Removes the specified friend from the user’s friend list |
| PFFriendsServerSetFriendTagsAsync | Updates the tag list for a specified user in the friend list of another user |
