如何从Android中BillingClient返回的响应代码中获取描述?

时间:2017-09-26 06:37:07

标签: android android-billing

我在Android应用中使用了新的Play Billing Library 1.0。购买流程完成后,在onPurchasesUpdated,我从Google Play获得responseCode int。如何以编程方式在我的应用中获取此responseCode的说明?

是否有比使用开关机箱和手动输入说明更好的方法?是否有返回描述的方法?

1 个答案:

答案 0 :(得分:0)

  

如何以编程方式获取此responseCode的描述   我的应用程序?

responseCode BillingClient.BillingResponse

  • BILLING_UNAVAILABLE = 3
  • DEVELOPER_ERROR = 5
  • 错误= 6
  • OK = 0
  • ....

see more info