required : implementation 'com.google.android.ump:user-messaging-platform:1.0.0'
new GDPRChecker()
.withContext(getApplicationContext())
.withActivity(MainActivity.this)
.withAppId("YOUR-APPID")
.withDebug()
.check();
required : implementation 'com.google.android.ump:user-messaging-platform:1.0.0'
new GDPRChecker()
.withContext(getApplicationContext())
.withActivity(MainActivity.this)
.withAppId("YOUR-APPID")
.withDebug()
.check();