playfab_ex v0.2.0 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

Link to this function add_friend(params)
add_friend(map()) :: {:ok, map()} | {:error, String.t()}

Adds the Friend user to the friendlist of the user with PlayFabId. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized.

online docs

Link to this function get_friends_list(params)
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.

online docs

Link to this function remove_friend(params)
remove_friend(map()) :: {:ok, map()} | {:error, String.t()}

Removes the specified friend from the the user’s friend list

online docs

Link to this function set_friend_tags(params)
set_friend_tags(map()) :: {:ok, map()} | {:error, String.t()}

Updates the tag list for a specified user in the friend list of another user

online docs