AbsInventoryApi(IBeamableRequester requester, IUserContext userContext) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
AddCurrencies(Dictionary< string, long > currencyIdsToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
AddCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
AddCurrency(string currencyId, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
AddCurrency(CurrencyRef currency, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
AddItem(string contentId, Dictionary< string, string > properties, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
CreateRefreshUrl(string scope) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inlineprotected |
DeleteItem(string contentId, long itemId, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetCurrencies(string[] currencyIds) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetCurrencies(CurrencyRef[] currencyRefs) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetCurrency(CurrencyRef currency) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetCurrency(string currencyId) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetCurrent(string scope="") (defined in Beamable.Server.Api.Inventory.MicroserviceInventoryApi) | Beamable.Server.Api.Inventory.MicroserviceInventoryApi | inlinevirtual |
GetItems< TContent >() (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetItems< TContent >(params ItemRef< TContent >[] itemReferences) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
GetMultipliers() | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
MicroserviceInventoryApi(IBeamableRequester requester, IUserContext userContext) (defined in Beamable.Server.Api.Inventory.MicroserviceInventoryApi) | Beamable.Server.Api.Inventory.MicroserviceInventoryApi | inline |
PreviewCurrencyGain(Dictionary< string, long > currencyIdsToAmount) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
Requester (defined in Beamable.Server.Api.Inventory.MicroserviceInventoryApi) | Beamable.Server.Api.Inventory.MicroserviceInventoryApi | |
SERVICE_OBJECT (defined in Beamable.Server.Api.Inventory.MicroserviceInventoryApi) | Beamable.Server.Api.Inventory.MicroserviceInventoryApi | static |
SetCurrencies(Dictionary< CurrencyRef, long > currencyToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
SetCurrencies(Dictionary< string, long > currencyIdsToAmount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
SetCurrency(CurrencyRef currency, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
SetCurrency(string currencyId, long amount, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
Update(Action< InventoryUpdateBuilder > action, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
Update(InventoryUpdateBuilder builder, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
UpdateItem(string contentId, long itemId, Dictionary< string, string > properties, string transaction=null) (defined in Beamable.Common.Api.Inventory.AbsInventoryApi) | Beamable.Common.Api.Inventory.AbsInventoryApi | inline |
UserContext (defined in Beamable.Server.Api.Inventory.MicroserviceInventoryApi) | Beamable.Server.Api.Inventory.MicroserviceInventoryApi | |