playfab_ex v0.2.2 PlayfabEx.Server.Default.FriendListManagement
Link to this section Summary
Functions
Adds the Friend user to the friendlist of the user with PlayFabId. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized
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
Removes the specified friend from the the user’s friend list
Updates the tag list for a specified user in the friend list of another user
Link to this section Functions
Adds the Friend user to the friendlist of the user with PlayFabId. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized.
@link https://api.playfab.com/documentation/server/method/AddFriend
get_friends_list(map()) :: {:ok, map()} | {:error, String.t()}
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.
@link https://api.playfab.com/documentation/server/method/GetFriendsList
remove_friend(map()) :: {:ok, map()} | {:error, String.t()}
Removes the specified friend from the the user’s friend list
@link https://api.playfab.com/documentation/server/method/RemoveFriend
set_friend_tags(map()) :: {:ok, map()} | {:error, String.t()}
Updates the tag list for a specified user in the friend list of another user
@link https://api.playfab.com/documentation/server/method/SetFriendTags