Loading...
Searching...
No Matches
AccelByte.Api.Wallet Class Reference

Provide information virtual currency owned by the user. More...

Inheritance diagram for AccelByte.Api.Wallet:

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]

Detailed Description

Provide information virtual currency owned by the user.

Member Function Documentation

◆ GetWalletInfoByCurrencyCode()

void AccelByte.Api.Wallet.GetWalletInfoByCurrencyCode ( string currencyCode,
ResultCallback< WalletInfo > callback )
inline

Get wallet information owned by a user.

Parameters
currencyCodeCurrency code for the wallet
callbackReturns a Result via callback when completed

◆ GetWalletInfoByCurrencyCodeV2()

void AccelByte.Api.Wallet.GetWalletInfoByCurrencyCodeV2 ( string currencyCode,
ResultCallback< WalletInfoResponse > callback )
inline

Get wallet information owned by a user.

Parameters
currencyCodeCurrency code for the wallet
callbackReturns a Result via callback when completed