GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
UMPPrivacyOptionsRequirementStatus
enum UMPPrivacyOptionsRequirementStatus : NSInteger {}
State values for whether the user needs to be provided a way to modify their privacy options.
-
Declaration
Objective-C
UMPPrivacyOptionsRequirementStatusUnknown = 0
-
A way must be provided for the user to modify their privacy options.
Declaration
Objective-C
UMPPrivacyOptionsRequirementStatusRequired = 1
-
User does not need to modify their privacy options. Either consent is not required, or the
consent type does not require modification.
Declaration
Swift
case notRequired = 2
Objective-C
UMPPrivacyOptionsRequirementStatusNotRequired = 2
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-07-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-24 UTC."],[[["`UMPPrivacyOptionsRequirementStatus` defines whether a user needs to be provided with options to change their privacy preferences."],["It has three states: `unknown`, `required`, and `notRequired`, indicating if the requirement is unknown, mandatory, or not needed respectively."],["When `required`, the user must be given a way to adjust their privacy options."],["When `notRequired`, the user does not need to modify their privacy options because either consent is not required, or the consent type does not allow for modification."]]],[]]