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