playfab_ex v0.2.2 PlayfabEx.Server.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.
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.
remove_friend(map()) :: {:ok, map()} | {:error, String.t()}
Removes the specified friend from the the user’s friend list
set_friend_tags(map()) :: {:ok, map()} | {:error, String.t()}
Updates the tag list for a specified user in the friend list of another user