playfab_ex v0.2.0 PlayfabEx.Server.SharedGroupData

Link to this section Summary

Functions

Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users in the group (and the server) can add new members. Shared Groups are designed for sharing data between a very small number of players, please see our guide

Deletes a shared group, freeing up the shared group ID to be reused for a new group. Shared Groups are designed for sharing data between a very small number of players, please see our guide

Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the group can remove members. If as a result of the call, zero users remain with access, the group and its associated data will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our guide

Link to this section Functions

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

Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users in the group (and the server) can add new members. Shared Groups are designed for sharing data between a very small number of players, please see our guide:

online docs

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

Deletes a shared group, freeing up the shared group ID to be reused for a new group. Shared Groups are designed for sharing data between a very small number of players, please see our guide:

online docs

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

Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the group can remove members. If as a result of the call, zero users remain with access, the group and its associated data will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our guide:

online docs

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

online docs

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

online docs

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

online docs