ResultType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
RESULT_TYPE_UNSPECIFIED |
未指定。 |
CAN_PURCHASE |
用户符合进行数字购买交易的条件。请注意,此结果并不能保证后续购买请求会成功或被用户接受。 |
CANNOT_PURCHASE |
用户不满足完成数字购买交易的必要条件。这可能是由于位置信息、设备或其他因素造成的。在同一会话中进行的任何后续数字购买请求都一定会失败。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThere are three possible results for a digital purchase check: unspecified, can purchase, and cannot purchase.\u003c/p\u003e\n"],["\u003cp\u003eA "can purchase" result means the user is likely eligible to make digital purchases but doesn't guarantee a successful transaction.\u003c/p\u003e\n"],["\u003cp\u003eA "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.\u003c/p\u003e\n"]]],[],null,["# ResultType\n\nPossible results of digital purchase check result.\n\n| Enums ||\n|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `RESULT_TYPE_UNSPECIFIED` | Unspecified. |\n| `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. |\n| `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. |"]]