Loading...
Searching...
No Matches
AccelByte.Api.WalletApi Class Reference
Inheritance diagram for AccelByte.Api.WalletApi:

Public Member Functions

IEnumerator GetWalletInfoByCurrencyCode (string userId, string currencyCode, ResultCallback< WalletInfo > callback)
IEnumerator GetWalletInfoByCurrencyCodeV2 (string userId, string currencyCode, ResultCallback< WalletInfoResponse > callback)

Additional Inherited Members

Protected Member Functions inherited from AccelByte.Core.ApiBase
 ApiBase (IHttpClient inHttpClient, Config inConfig, string inBaseUrl, ISession inSession, HttpOperator httpOperator=null)
Protected Member Functions inherited from AccelByte.Core.ApiBaseParent
 ApiBaseParent (IHttpClient inHttpClient, ISession inSession, string inBaseUrl)
Protected Attributes inherited from AccelByte.Core.ApiBaseParent
readonly ISession Session
 Contains AuthorizationToken and related auth.
Properties inherited from AccelByte.Core.ApiBaseParent
IHttpClient HttpClient [get]