You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plugin.AdMob/Config.cs
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ public static class Config
30
30
/// <param name="iosDefaultNativeAdUnitId">Optional native ad unit ID to be used by default on Android. See <see cref="AdConfig.DefaultNativeAdUnitId" />.</param>
31
31
/// <param name="disableConsentCheck">Default is false. When set to true, the plugin will no longer check if there is consent before making an ad request. You should use <see cref="IAdConsentService" /> to ask for consent and ensure you can request ads before making any ad request. If consent is missing, the Google Ads SDK will automatically drop the ad requests and no ads will be served.</param>
32
32
/// <param name="automaticallyAskForConsent">Default is true. When set to false, the plugin will no longer ask for consent automatically. Use <see cref="IAdConsentService" /> to manage consent.</param>
33
+
/// <param name="tagForChildDirectedTreatment">Indicate whether you want Google to treat your content as child-directed when you make an ad request. See <see cref="TagForChildDirectedTreatment" />.</param>
34
+
/// <param name="tagForUnderAgeOfConsent">Indicate the treatment for users in the European Economic Area (EEA) under the age of consent. See <see cref="TagForUnderAgeOfConsent" />.</param>
35
+
/// <param name="maxAdContentRating">Specifies the maximum ad content rating for your ad requests. AdMob ads returned when this is configured have a content rating at or below that level. See <see cref="MaxAdContentRating" />.</param>
0 commit comments