函数
| 函数 | 描述 |
|---|---|
| PFFriendsClientAddFriendAsync | 根据针对所提供的唯一标识符的匹配,将 PlayFab 用户添加到本地用户的好友列表中。应至少初始化 FriendPlayFabId、FriendUsername、FriendEmail 或 FriendTitleDisplayName 之一。 |
| PFFriendsClientAddFriendGetResult | 获取成功的 PFFriendsClientAddFriendAsync 调用的结果。 |
| PFFriendsClientGetFriendsListAsync | 检索本地用户的当前好友列表,限于拥有 PlayFab 帐户的用户。已链接帐户(Facebook、Steam)的好友也包括在内。你可以选择性地排除某些链接服务的好友。 |
| PFFriendsClientGetFriendsListGetResult | 获取成功的 PFFriendsClientGetFriendsListAsync 调用的结果。 |
| PFFriendsClientGetFriendsListGetResultSize | 获取存储 ClientGetFriendsList 调用结果所需的字节大小。 |
| PFFriendsClientRemoveFriendAsync | 从本地用户的好友列表中移除指定的用户 |
| PFFriendsClientSetFriendTagsAsync | 更新本地用户好友列表中指定用户的标签列表 |
| PFFriendsServerAddFriendAsync | 将 Friend 用户添加到具有 PlayFabId 的用户的好友列表中。应至少初始化 FriendPlayFabId、FriendUsername、FriendEmail 或 FriendTitleDisplayName 之一。 |
| PFFriendsServerGetFriendsListAsync | 检索具有 PlayFabId 的用户的当前好友,限于拥有 PlayFab 帐户的用户。已链接帐户(Facebook、Steam)的好友也包括在内。你可以选择性地排除某些链接服务的好友。 |
| PFFriendsServerGetFriendsListGetResult | 获取成功的 PFFriendsServerGetFriendsListAsync 调用的结果。 |
| PFFriendsServerGetFriendsListGetResultSize | 获取存储 ServerGetFriendsList 调用结果所需的字节大小。 |
| PFFriendsServerRemoveFriendAsync | 从用户的好友列表中移除指定的好友 |
| PFFriendsServerSetFriendTagsAsync | 更新另一个用户的好友列表中指定用户的标签列表 |
