Managed Consent
Handle consent using managed consent
Introduction
Google CMP Usage
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="YOUR-APP-ID"/><key>GADApplicationIdentifier</key>
<string>YOUR-APP-ID</string>private fun initAATKit() {
...
//Comment out the bellow line if Google CMP is needed
configureGoogleCMP(configuration)
...
}Source Point CMP Usage
Not using the CMP wrapper
Last updated