DataDome

DataDome is an anti-bot soultion. To add it to your app you need to:

  1. Add to your root build.gradle:
    allprojects {
    repositories {
    maven { url 'https://jitpack.io' }
    }
    }
  2. Include the DataDome module to your build.gradle.
    implementation("com.poqstudio:datadome:$poqSdkVersion")
  3. Add the DataDomeInterceptor to the PoqSDK interceptor list
    single(named(listInterceptorName)) { getPoq<List<Interceptor>>(named(listInterceptorName)) + get<DataDomeInterceptor>()}

Poq Settings

The DataDome SDK is configurable via DataDomeSettings. Through DataDomeSettings you can configure:

  • clientKey: your client key.
  • versionName: the version name of your app. By default, it is set to the used platform version.