Provide information virtual currency owned by the user. More...
Public Member Functions | |
| void | GetWalletInfoByCurrencyCode (string currencyCode, ResultCallback< WalletInfo > callback) |
| Get wallet information owned by a user. | |
| void | GetWalletInfoByCurrencyCodeV2 (string currencyCode, ResultCallback< WalletInfoResponse > callback) |
| Get wallet information owned by a user. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
Provide information virtual currency owned by the user.
|
inline |
Get wallet information owned by a user.
| currencyCode | Currency code for the wallet |
| callback | Returns a Result via callback when completed |
|
inline |
Get wallet information owned by a user.
| currencyCode | Currency code for the wallet |
| callback | Returns a Result via callback when completed |