| Interface | Description |
|---|---|
| TJActionRequest |
Interface definition for a request of action to be performed.
|
| TJAwardCurrencyListener |
Any class calling
Tapjoy.awardCurrency(int, TJAwardCurrencyListener)
should implement TJAwardCurrencyListener so it can receive the callback
containing the virtual currency name/balance info. |
| TJConnectListener |
Any class calling
Tapjoy.connect(android.content.Context, java.lang.String, java.util.Hashtable, TJConnectListener)
should implement this class so it can receive the callback on whether the
connect call is successful or not. |
| TJEarnedCurrencyListener |
Listener to inform the app whenever virtual currency has been earned.
|
| TJGetCurrencyBalanceListener |
Any class calling
Tapjoy.getCurrencyBalance(TJGetCurrencyBalanceListener) should
implement TJGetCurrencyBalanceListener so it can receive the callback containing the
virtual currency name/balance info. |
| TJPlacementListener | |
| TJPlacementVideoListener | |
| TJSetUserIDListener |
Any class calling
Tapjoy.setUserID(String)
should implement this class so it can receive the callback on whether the
setUserId call is successful or not. |
| TJSpendCurrencyListener |
Any class calling
Tapjoy.spendCurrency(int, TJSpendCurrencyListener)
should implement TJSpendCurrencyListener so it can receive the callback
containing the virtual currency name/balance info. |
| TJVideoListener |
| Class | Description |
|---|---|
| Tapjoy |
Created by Tapjoy.
Copyright 2020 Tapjoy.com All rights reserved. For information about SDK integration, best practices and FAQs, please go to http://dev.tapjoy.com |
| TapjoyConnectFlag |
Flags used in
Tapjoy.connect(android.content.Context, String, java.util.Hashtable) to define special startup options.These flags can also be defined in the meta-data tags in AndroidManifest.xml. |
| TapjoyLog |
This class is used to control debug messages to the console for Tapjoy SDK related classes.
|
| TJError | |
| TJPlacement | |
| TJPrivacyPolicy | |
| TJVideoStatus |
Status codes used in the callbacks videos.
|