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