playfab_ex v0.2.2 PlayfabEx.Admin.PlayerItemManagement
Link to this section Summary
Functions
Increments the specified virtual currency by the stated amount
Checks the global count for the limited edition item
Retrieves the specified user’s current inventory of virtual goods
Adds the specified items to the specified user inventories
Increases the global count for the given scarce resource
Revokes access to an item in a user’s inventory
Decrements the specified virtual currency by the stated amount
Link to this section Functions
add_user_virtual_currency(map()) :: {:ok, map()} | {:error, String.t()}
Increments the specified virtual currency by the stated amount
check_limited_edition_item_availability(map()) :: {:ok, map()} | {:error, String.t()}
Checks the global count for the limited edition item.
get_user_inventory(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the specified user’s current inventory of virtual goods
grant_items_to_users(map()) :: {:ok, map()} | {:error, String.t()}
Adds the specified items to the specified user inventories
increment_limited_edition_item_availability(map()) :: {:ok, map()} | {:error, String.t()}
Increases the global count for the given scarce resource.
revoke_inventory_item(map()) :: {:ok, map()} | {:error, String.t()}
Revokes access to an item in a user’s inventory
subtract_user_virtual_currency(map()) :: {:ok, map()} | {:error, String.t()}
Decrements the specified virtual currency by the stated amount