PrivacyOptionsRequirementStatus
Whether your app must show a privacy options entry point: a persistent control (for example, a button in a settings menu) that lets the user change or withdraw their consent at any time after their initial choice.
Note
Some regulations (e.g. GDPR) require this ongoing entry point.
When the user triggers it, call
ConsentManager.show_privacy_options_form.
Inherits: enum.Enum
Properties
NOT_REQUIRED- A privacy options entry point is not required.REQUIRED- A privacy options entry point must be shown.UNKNOWN- The requirement status is unknown — for example, beforeConsentManager.request_consent_info_updatecompletes.
Properties
NOT_REQUIREDclass-attributeinstance-attribute
A privacy options entry point is not required.
REQUIREDclass-attributeinstance-attribute
A privacy options entry point must be shown.
UNKNOWNclass-attributeinstance-attribute
The requirement status is unknown — for example, before
ConsentManager.request_consent_info_update completes.