Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Inventory.Api.IInventoryApi Interface Reference
Inheritance diagram for Beamable.Common.Inventory.Api.IInventoryApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Inventory.Api.IInventoryApi:
Collaboration graph
[legend]

Public Member Functions

Promise< UnitSetCurrency (string currencyId, long amount, string transaction=null)
 
Promise< UnitAddCurrency (string currencyId, long amount, string transaction=null)
 
Promise< UnitSetCurrencies (Dictionary< string, long > currencyIdsToAmount, string transaction=null)
 
Promise< UnitAddCurrencies (Dictionary< string, long > currencyIdsToAmount, string transaction=null)
 
Promise< Dictionary< string, long > > GetCurrencies (string[] currencyIds)
 
Promise< long > GetCurrency (string currencyId)
 

Additional Inherited Members

- Properties inherited from Beamable.Common.Api.IBeamableApi
IBeamableRequester Requester [get]
 

The documentation for this interface was generated from the following file: