AddCurrencies(Dictionary< string, long > currencyIdsToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrency(string currencyId, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddCurrency(CurrencyRef currency, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddItem(ItemRef itemRef, Dictionary< string, string > properties=null, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
AddItem(string contentId, Dictionary< string, string > properties=null, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
DeleteItem(string contentId, long itemId, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrencies(string[] currencyIds) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrencies(CurrencyRef[] currencyRefs) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrency(string currencyId) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrency(CurrencyRef currency) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetCurrent(string scope="") (defined in Beamable.Common.Api.ISupportsGet< InventoryView >) | Beamable.Common.Api.ISupportsGet< InventoryView > | |
GetItems< TContent >() (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
GetItems< TContent >(params ItemRef< TContent >[] itemReferences) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | 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) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrency(string currencyId, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
SetCurrency(CurrencyRef currency, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
Update(Action< InventoryUpdateBuilder > action, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
Update(InventoryUpdateBuilder builder, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
UpdateItem(ItemRef itemRef, long itemId, Dictionary< string, string > properties, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |
UpdateItem(string contentId, long itemId, Dictionary< string, string > properties, string transaction=null) (defined in Beamable.Common.Api.Inventory.IInventoryApi) | Beamable.Common.Api.Inventory.IInventoryApi | |