playfab_ex v0.2.2 PlayfabEx.Client.FriendListManagement
Link to this section Summary
Functions
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
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
Removes a specified user from the friend list of the local user
Updates the tag list for a specified user in the friend list of the local user
Link to this section Functions
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.
get_friends_list(map()) :: {:ok, map()} | {:error, String.t()}
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.
remove_friend(map()) :: {:ok, map()} | {:error, String.t()}
Removes a specified user from the friend list of the local user
set_friend_tags(map()) :: {:ok, map()} | {:error, String.t()}
Updates the tag list for a specified user in the friend list of the local user