在哪里可以找到 BILLING_RESULT_OK 的 Google Play Billing isFeatureSupported 调用?
Where do I find BILLING_RESULT_OK for Google Play Billing isFeatureSupported call?
google Play 应用内购买订阅状态的开发者文档
Before your app enters the billing flow, you can call isFeatureSupported() to determine whether the device supports the products you want to sell
调用此方法时,javadoc 状态
returns BILLING_RESULT_OK if feature is supported and corresponding error code otherwise
我无法在任何帐单 类 中找到 BILLING_RESULT_OK
常量,也无法在文档中找到参考。 什么是正确的value/constant来比较响应代码?
BILLING_RESULT_OK
和BillingClient.BillingResponseCode.OK
一样吗?
使用BillingClient.BillingResponseCode.OK
文档已经有一段时间没有更新了。即使 official sample 使用 BillingClient.BillingResponseCode.OK
.
google Play 应用内购买订阅状态的开发者文档
Before your app enters the billing flow, you can call isFeatureSupported() to determine whether the device supports the products you want to sell
调用此方法时,javadoc 状态
returns BILLING_RESULT_OK if feature is supported and corresponding error code otherwise
我无法在任何帐单 类 中找到 BILLING_RESULT_OK
常量,也无法在文档中找到参考。 什么是正确的value/constant来比较响应代码?
BILLING_RESULT_OK
和BillingClient.BillingResponseCode.OK
一样吗?
使用BillingClient.BillingResponseCode.OK
文档已经有一段时间没有更新了。即使 official sample 使用 BillingClient.BillingResponseCode.OK
.