ResultType
Possible results of digital purchase check result.
Enums |
RESULT_TYPE_UNSPECIFIED |
Unspecified. |
CAN_PURCHASE |
User is eligible to perform digital purchases. Note that this result does not guarantee that a subsequent purchase request will be successful or accepted by the user. |
CANNOT_PURCHASE |
User does not meet necessary conditions for completing a digital purchase. This may be due to location, device or other factors. Any subsequent digital purchase request in the same conversation is guaranteed to fail. |
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."],[[["There are three possible results for a digital purchase check: unspecified, can purchase, and cannot purchase."],["A \"can purchase\" result means the user is likely eligible to make digital purchases but doesn't guarantee a successful transaction."],["A \"cannot purchase\" result indicates the user is ineligible due to factors like location or device, ensuring any purchase attempt in the current context will fail."]]],[]]