Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

GoogleMobileAds Framework Reference

UMPRequestParameters

@interface UMPRequestParameters : NSObject

Parameters sent on updates to user consent info.

  • Indicates whether the user is tagged for under age of consent.

    Declaration

    Swift

    var tagForUnderAgeOfConsent: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL tagForUnderAgeOfConsent;
  • Debug settings for the request.

    Declaration

    Swift

    @NSCopying var debugSettings: UMPDebugSettings? { get set }

    Objective-C

    @property (nonatomic, copy, nullable) UMPDebugSettings *debugSettings;