Skip to content

Releases: fandofastest/GDPRCheckerV2

GDPR Checker New Version

25 Aug 09:03
Compare
Choose a tag to compare

required : implementation 'com.google.android.ump:user-messaging-platform:1.0.0'

new GDPRChecker()
.withContext(getApplicationContext())
.withActivity(MainActivity.this)
.withAppId("YOUR-APPID")
.withDebug()
.check();