Interface IWalletDataLayer
Contract for objects providing data to the WalletManager.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IWalletDataLayer
Methods
| Name | Description |
|---|---|
| AddBalance(string, long, Completer<long>) | Increase the balance for the given |
| GetData() | Get Wallet's serializable data. |
| RemoveBalance(string, long, Completer<long>) | Decrease the balance for the given |
| SetBalance(string, long, Completer) | Defines a new balance for the given |