Skip to main content

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

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.