Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707178139
  • Loading branch information
Justin Malandruccolo authored and copybara-github committed Dec 17, 2024
1 parent f52b944 commit 6a77796
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ class GoogleMobileAdsConsentManager: NSObject {
return UMPConsentInformation.sharedInstance.canRequestAds
}

// [START is_privacy_options_required]
var isPrivacyOptionsRequired: Bool {
return UMPConsentInformation.sharedInstance.privacyOptionsRequirementStatus == .required
}
// [END is_privacy_options_required]

/// Helper method to call the UMP SDK methods to request consent information and load/present a
/// consent form if necessary.
Expand Down

0 comments on commit 6a77796

Please sign in to comment.