public ConsentRequestParameters ToPlatform() { return(new ConsentRequestParameters.Builder() .SetTagForUnderAgeOfConsent(IsTagForUnderAgeOfConsent) .SetConsentDebugSettings(DebugSettings.ToPlatform()) .Build()); }
public Google.MobileAds.Consent.RequestParameters ToPlatform() { return(new Google.MobileAds.Consent.RequestParameters { TagForUnderAgeOfConsent = IsTagForUnderAgeOfConsent, DebugSettings = DebugSettings.ToPlatform() }); }