[[["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 2024-12-04 UTC."],[[["`UMPPrivacyOptionsRequirementStatus` indicates whether a user needs to be provided with a way to change their privacy choices."],["It has three possible states: `unknown`, `required`, and `notRequired`, corresponding to an undetermined requirement, a requirement to provide privacy options, and no requirement respectively."],["When `required`, the user must be given a method to modify their privacy settings."],["When `notRequired`, either consent is not needed, or the type of consent obtained doesn't allow for user modification."]]],["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"]]