Skip to content

GDPR Checker New Version

Latest
Compare
Choose a tag to compare
@fandofastest fandofastest released this 25 Aug 09:03
· 5 commits to master since this release

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

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