Package com.tapjoy
package com.tapjoy
-
ClassDescriptionCreated by Tapjoy.
Copyright 2020 Tapjoy.com All rights reserved.
For information about SDK integration, best practices and FAQs, please go to http://dev.tapjoy.comFlags used inTapjoy.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 callingTapjoy.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 callingTapjoy.getCurrencyBalance(TJGetCurrencyBalanceListener)
should implement TJGetCurrencyBalanceListener so it can receive the callback containing the virtual currency name/balance info.ATJPlacement
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 callingTapjoy.setUserID(String,TJSetUserIDListener)
should implement this class so it can receive the callback on whether the setUserId call is successful or not.Any class callingTapjoy.spendCurrency(int, TJSpendCurrencyListener)
should implement TJSpendCurrencyListener so it can receive the callback containing the virtual currency name/balance info.