Enums | |
---|---|
REGISTER_UPDATE_STATUS_UNSPECIFIED |
Unknown status. |
OK |
User consented to updates. |
CANCELLED |
User denied consent to updates. |
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["`REGISTER_UPDATE_STATUS_UNSPECIFIED` is the default value that denotes an unknown register update status."],["`OK` is the update status when the user has given consent to receiving updates."],["`CANCELLED` is the update status when the user has denied consent to receiving updates, hence cancelling the update request."]]],["The document defines three possible statuses related to user consent for updates: `REGISTER_UPDATE_STATUS_UNSPECIFIED` indicates an unknown status. `OK` signifies that the user has agreed to receive updates. Conversely, `CANCELLED` denotes that the user has declined to receive updates. These enumerated statuses provide a clear way to track a user's preference regarding updates.\n"]]