Focus mode

Android Implementation

Requirements 

Min Android Studio Version: 3.2
Min Android SDK Version: 16
Compile SDK Version: 28

Implementation SDK

For LevelPlay SDK versions 9 or higher:

repositories {
    mavenCentral()
}
 
dependencies {
    implementation 'com.tappx.sdk.android:tappx-sdk:4.+'
    implementation 'com.tappx.sdk.android:ironsource-adapter:1.9.+'
}
repositories {
    mavenCentral()
}
 
dependencies {
    implementation ('com.tappx.sdk.android:tappx-sdk:4.+')
    implementation ('com.tappx.sdk.android:ironsource-adapter:1.9.+')
}

For LevelPlay SDK versions 8 or lower:

repositories {
    mavenCentral()
}
 
dependencies {
    implementation 'com.tappx.sdk.android:tappx-sdk:4.+'
    implementation 'com.tappx.sdk.android:ironsource-adapter:1.8.+'
}
repositories {
    mavenCentral()
}
 
dependencies {
    implementation ('com.tappx.sdk.android:tappx-sdk:4.+')
    implementation ('com.tappx.sdk.android:ironsource-adapter:1.8.+')
}

Enable Geolocation (Recommended)

Geolocation is a valuable setting that lets us create a more targeted experience and helps get better ad performance, including higher revenues.

You will need to ask for this permission and consent from the user, and once you have it, you can set it up for our SDK if it is your choice. To do so, set the boolean value of the setCollectLocation function to true, as seen in this example:

Tappx.setCollectLocationEnabled(context,true);
Tappx.setCollectLocationEnabled(context,true)

COPPA flagging

In the application of the COPPA regulations, to indicate that the content of your app is intended for children under 13 years of age, you must use the following code:

Tappx.setCoppaCompliance(context, true);
Tappx.setCoppaCompliance(context, true)

The value declared (true or false)  in the argument of the setCoppaCompliance function will determine whether advertising restrictions will be activated or not.

You must set the child-specific content tag before initiating the Ads call.

Android Implementation
×

Tappx logo white

Important Security Notice
Beware of scammers impersonating Tappx brand

We have identified fraudulent activities where malicious actors are imitating Tappx assets. These scams may compromise your security.

⚠️ Warning: The URL you came from has been flagged as potentially harmful. 

To stay safe, only trust communications and services from the official Tappx domain: tappx.com

×

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Etiam elit tortor, consequat sit amet ultricies ut, pellentesque a magna. Etiam mattis odio ut nibh pulvinar bibendum. Curabitur porta gravida urna sit amet tincidunt. Etiam sit amet nunc vulputate, blandit mauris sit amet, lacinia arcu. Morbi in orci tincidunt, tincidunt dolor vitae, hendrerit sem. Etiam in suscipit purus. Morbi dignissim vitae nibh ut condimentum.

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.