playfab_ex v0.2.0 PlayfabEx.Admin.Default.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
@link https://api.playfab.com/documentation/admin/method/AddUserVirtualCurrency
check_limited_edition_item_availability(map()) :: {:ok, map()} | {:error, String.t()}
Checks the global count for the limited edition item.
@link https://api.playfab.com/documentation/admin/method/CheckLimitedEditionItemAvailability
get_user_inventory(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the specified user’s current inventory of virtual goods
@link https://api.playfab.com/documentation/admin/method/GetUserInventory
grant_items_to_users(map()) :: {:ok, map()} | {:error, String.t()}
Adds the specified items to the specified user inventories
@link https://api.playfab.com/documentation/admin/method/GrantItemsToUsers
increment_limited_edition_item_availability(map()) :: {:ok, map()} | {:error, String.t()}
Increases the global count for the given scarce resource.
@link https://api.playfab.com/documentation/admin/method/IncrementLimitedEditionItemAvailability
revoke_inventory_item(map()) :: {:ok, map()} | {:error, String.t()}
Revokes access to an item in a user’s inventory
@link https://api.playfab.com/documentation/admin/method/RevokeInventoryItem
subtract_user_virtual_currency(map()) :: {:ok, map()} | {:error, String.t()}
Decrements the specified virtual currency by the stated amount
@link https://api.playfab.com/documentation/admin/method/SubtractUserVirtualCurrency