Beamable SDK
|
This is the complete list of members for Beamable.Common.Api.Inventory.IInventoryApi, including all inherited members.
AddCurrencies(Dictionary< string, long > currencyIdsToAmount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrency(string currencyId, long amount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrency(CurrencyRef currency, long amount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddItem(ItemRef itemRef, Dictionary< string, string > properties=null, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddItem(string contentId, Dictionary< string, string > properties=null, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
DeleteItem(string contentId, long itemId, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrencies(string[] currencyIds) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrencies(CurrencyRef[] currencyRefs) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrency(string currencyId) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrency(CurrencyRef currency) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrent(string scope="") | Beamable.Common.Api.ISupportsGet< InventoryView > | |
GetItems< TContent >() | Beamable.Common.Api.Inventory.IInventoryApi | |
GetItems< TContent >(params ItemRef< TContent >[] itemReferences) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetMultipliers() | Beamable.Common.Api.Inventory.IInventoryApi | |
PreviewCurrencyGain(Dictionary< string, long > currencyIdsToAmount) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrencies(Dictionary< string, long > currencyIdsToAmount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrency(string currencyId, long amount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrency(CurrencyRef currency, long amount, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrencyProperties(string currencyId, List< CurrencyProperty > properties, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrencyProperties(CurrencyRef currency, List< CurrencyProperty > properties, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
Update(Action< InventoryUpdateBuilder > action, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
Update(InventoryUpdateBuilder builder, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
UpdateItem(ItemRef itemRef, long itemId, Dictionary< string, string > properties, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi | |
UpdateItem(string contentId, long itemId, Dictionary< string, string > properties, string transaction=null) | Beamable.Common.Api.Inventory.IInventoryApi |