DataDome
DataDome is an anti-bot soultion. To add it to your app you need to:
- Add to your root
build.gradle
:allprojects {repositories {maven { url 'https://jitpack.io' }}} - Include the DataDome module to your
build.gradle
.implementation("com.poqstudio:datadome:$poqSdkVersion") - Add the
DataDomeInterceptor
to the PoqSDK interceptor listsingle(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.