All Classes and Interfaces

Class
Description
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
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.
This class is used to control debug messages to the console for Tapjoy SDK related classes.
Interface definition for a request of action to be performed.
Any class calling Tapjoy.awardCurrency(int, TJAwardCurrencyListener) should implement TJAwardCurrencyListener so it can receive the callback containing the virtual currency name/balance info.
Interface for the Tapjoy connect call.
Listener to inform the app whenever virtual currency has been earned.
The error object returned by Tapjoy.
Any class calling Tapjoy.getCurrencyBalance(TJGetCurrencyBalanceListener) should implement TJGetCurrencyBalanceListener so it can receive the callback containing the virtual currency name/balance info.
A TJPlacement object represents a placement instance in your app.
Interface for Tapjoy placement callbacks.
This class is used to set the privacy policy for the user.
Any class calling Tapjoy.setUserID(String,TJSetUserIDListener) should implement this class so it can receive the callback on whether the setUserId call is successful or not.
Any class calling Tapjoy.spendCurrency(int, TJSpendCurrencyListener) should implement TJSpendCurrencyListener so it can receive the callback containing the virtual currency name/balance info.