DeliveryAddressUserDecision
Possible user decisions regarding the delivery address request.
Enums |
UNKNOWN_USER_DECISION |
Unknown user decision regarding the request for delivery address. |
ACCEPTED |
User accepted the request for delivery address. |
REJECTED |
User rejected the request for delivery address. |
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."],[[["`UNKNOWN_USER_DECISION` indicates an undefined user response to the delivery address request."],["`ACCEPTED` signifies user approval of the delivery address request."],["`REJECTED` signals user denial of the delivery address request."]]],["The provided content defines user decisions concerning a delivery address request. Users can either accept the request (`ACCEPTED`), reject the request (`REJECTED`), or have an undetermined decision (`UNKNOWN_USER_DECISION`). These three states represent the possible outcomes of a user's interaction with a prompt to provide their delivery address. The states are enumerated for clear categorization of these user actions.\n"]]