Field and Description |
---|
com.tapjoy.TapjoyConnectFlag.DISABLE_PERSISTENT_IDS
This legacy flag was deprecated as of SDK 12.2.1, which added integration check for Android Advertising ID. To disable all collection of Android ID,
also enable DISABLE_ANDROID_ID_AS_ANALYTICS_ID. To enable fallback use of persistent IDs for advertising where no Android Advertising ID exists, enable ALLOW_LEGACY_ID_FALLBACK.
|
Method and Description |
---|
com.tapjoy.Tapjoy.belowConsentAge(boolean)
Deprecated since 12.6.0
In the US, the Children’s Online Privacy Protection Act (COPPA) imposes certain requirements on operators of online services that (a) have actual knowledge that the connected
user is a child under 13 years of age, or (b) operate services (including apps) that are directed to children under 13.
Similarly, the GDPR imposes certain requirements in connection with data subjects who are below the applicable local minimum age for online consent (ranging from 13 to 16,
as established by each member state).
For applications that are not directed towards children under 13 years of age, but still have a minority share of users known to be under the applicable minimum age,
utilize this method to access Tapjoy’s monetization capability. This method will set ad_tracking_enabled to false for Tapjoy which only shows the user contextual ads. No ad tracking will be done on this user.
|
com.tapjoy.Tapjoy.getCurrencyMultiplier()
Deprecated since 11.4.0.
Gets the multiplier for the virtual currency display.
|
com.tapjoy.Tapjoy.setAppDataVersion(String)
Deprecated since 11.11.1.
Sets the data version of the App or Game.
|
com.tapjoy.Tapjoy.setCurrencyMultiplier(float)
Deprecated since 11.4.0.
ONLY USE FOR NON-MANAGED (by TAPJOY) CURRENCY.
Sets the multiplier for the virtual currency displayed in Offers, Banner Ads, etc. The default is 1.0 |
com.tapjoy.Tapjoy.setUserConsent(String)
Deprecated since 12.6.0
This is used for sending User's consent to behavioral advertising such as in the context of GDPR
The consent value can be "0" (User has not provided consent), "1" (User has provided consent) or a daisybit string as suggested in IAB's Transparency and Consent Framework
|
com.tapjoy.Tapjoy.subjectToGDPR(boolean)
Deprecated since 12.6.0
This can be used by the integrating App to indicate if the user falls in any of the GDPR applicable countries
(European Economic Area). The value should be set to TRUE when User (Subject) is applicable to GDPR regulations
and FALSE when User is not applicable to GDPR regulations. In the absence of this call, Tapjoy server makes the
determination of GDPR applicability.
|
com.tapjoy.Tapjoy.trackPurchase(String, String)
Deprecated since 11.2.0.
Use trackPurchase(skuDetails, purchaseData, dataSignature, campaignId) instead.
Tracks a purchase with JSON data from the Google Play store
|
Constructor and Description |
---|
com.tapjoy.TJPlacement(Context, String, TJPlacementListener) |