public interface TJGetCurrencyBalanceListener
Tapjoy.getCurrencyBalance(TJGetCurrencyBalanceListener) should
implement TJGetCurrencyBalanceListener so it can receive the callback containing the
virtual currency name/balance info.| Modifier and Type | Method and Description |
|---|---|
void |
onGetCurrencyBalanceResponse(java.lang.String currencyName,
int balance)
Callback containing the virtual currency name and total balance
information.
|
void |
onGetCurrencyBalanceResponseFailure(java.lang.String error)
Call containing error message if getCurrencyBalance() fails.
|
void onGetCurrencyBalanceResponse(java.lang.String currencyName,
int balance)
currencyName - The name of the virtual currency.balance - Currency balance.void onGetCurrencyBalanceResponseFailure(java.lang.String error)
error - The error message for a failed request.