PurchaseClient.ResponseCode

PurchaseClient.ResponseCode

public static @interface PurchaseClient.ResponseCode com.gaa.sdk.iap.PurchaseClient.ResponseCode SDK使用的响应代码

Constants


RESULT_OK

int RESULT_OK

成功

Constant Value: 0

USER_CANCELED

int USER_CANCELED

支付已取消。

Constant Value: 1

RESULT_SERVICE_UNAVAILABLE

int RESULT_SERVICE_UNAVAILABLE

终端或服务器网络发生错误。

Constant Value: 2

RESULT_BILLING_UNAVAILABLE

int RESULT_BILLING_UNAVAILABLE

购买处理过程中发生了错误。

Constant Value: 3

RESULT_ITEM_UNAVAILABLE

int RESULT_ITEM_UNAVAILABLE 商品不在销售中或是不能购买的商品。 Constant Value: 4

RESULT_DEVELOPER_ERROR

int RESULT_DEVELOPER_ERROR

请求无效。

Constant Value: 5

RESULT_ERROR

int RESULT_ERROR

发生了其他未定义的错误。

Constant Value: 6

RESULT_ITEM_ALREADY_OWNED

int RESULT_ITEM_ALREADY_OWNED

您已拥有该item。

Constant Value: 7

RESULT_ITEM_NOT_OWNED

int RESULT_ITEM_NOT_OWNED

您未拥有该item,因此不能消费。

Constant Value: 8

RESULT_FAIL

int RESULT_FAIL 支付失败。 请确认是否可以支付及支付方式后重新支付。 Constant Value: 9

RESULT_NEED_LOGIN

int RESULT_NEED_LOGIN 需要登录store应用软件。 Constant Value: 10

RESULT_NEED_UPDATE

int RESULT_NEED_UPDATE 需要更新支付模块。 Constant Value: 11

RESULT_SECURITY_ERROR

int RESULT_SECURITY_ERROR

非正常应用软件要求进行支付。

Constant Value: 12

RESULT_BLOCKED_APP

int RESULT_BLOCKED_APP 请求已被屏蔽。 Constant Value: 13

RESULT_NOT_SUPPORT_SANDBOX

int RESULT_NOT_SUPPORT_SANDBOX

这是测试环境中不支持的功能。

Constant Value: 14

ERROR_DATA_PARSING

int ERROR_DATA_PARSING 响应数据分析出现错误。 Constant Value: 1001

ERROR_SIGNATURE_VERIFICATION

int ERROR_SIGNATURE_VERIFICATION

购买信息的签名验证发生错误。

Constant Value: 1002

ERROR_ILLEGAL_ARGUMENT

int ERROR_ILLEGAL_ARGUMENT

输入了不正常的参数。

Constant Value: 1003

ERROR_UNDEFINED_CODE

int ERROR_UNDEFINED_CODE

发生了未定义的错误。

Constant Value: 1004

ERROR_SIGNATURE_NOT_VALIDATION

int ERROR_SIGNATURE_NOT_VALIDATION

输入的许可密钥无效。

Constant Value: 1005

ERROR_UPDATE_OR_INSTALL

int ERROR_UPDATE_OR_INSTALL 安装支付模块失败。 Constant Value: 1006

ERROR_SERVICE_DISCONNECTED

int ERROR_SERVICE_DISCONNECTED

与支付模块的连接中断。

Constant Value: 1007

ERROR_FEATURE_NOT_SUPPORTED

int ERROR_FEATURE_NOT_SUPPORTED

不支持的功能。

Constant Value: 1008

ERROR_SERVICE_TIMEOUT

int ERROR_SERVICE_TIMEOUT

超过了与服务通信的时间。

Constant Value: 1009

ERROR_CLIENT_NOT_ENABLED

int ERROR_CLIENT_NOT_ENABLED

无法与服务应用软件绑定。

Constant Value: 1010

RESULT_EMERGENY_ERROR

int RESULT_EMERGENY_ERROR

正在检查服务器。

Constant Value: 99999

Last updated