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>AATKitConfiguration aatkitConfiguration = new AATKitConfiguration
{
Consent = new AATKitConsent()
{
Type = AATKitConsent.ConsentTypes.ManagedCMPGoogle
}
};Source Point CMP Usage
SFBX/AppConsent
Last updated