[[["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 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eUMPPrivacyOptionsRequirementStatus\u003c/code\u003e defines whether a user needs access to modify privacy options.\u003c/p\u003e\n"],["\u003cp\u003eIt has three states: \u003ccode\u003eunknown\u003c/code\u003e, \u003ccode\u003erequired\u003c/code\u003e, and \u003ccode\u003enotRequired\u003c/code\u003e, indicating if the requirement is unknown, mandatory, or unnecessary, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eunknown\u003c/code\u003e signifies that the requirement status is not yet determined.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erequired\u003c/code\u003e means the user must be provided with a way to change their privacy choices.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enotRequired\u003c/code\u003e signifies that user modification of privacy options is not necessary, either due to consent not being required or the consent type not needing modifications.\u003c/p\u003e\n"]]],["The `UMPPrivacyOptionsRequirementStatus` enum indicates whether a user needs to modify privacy options. It has three states: `unknown` (requirement is not yet determined), `required` (user must be provided a method to adjust privacy settings), and `notRequired` (user does not need to modify their privacy options because consent isn't needed or the consent type doesn't involve modifications). These states are represented by integer values 0, 1, and 2 respectively, in both Swift and Objective-C.\n"],null,[]]