android - Android 计费示例中 IabHelper 类的在线文档?

标签 android in-app-purchase android-billing

Android 的应用内结算开发人员指南 V3 附带一个名为 TrivialDrive 的示例应用.其中有一个名为 IabHelper 的实用程序类,指南建议我们在自己的应用程序中导入它。

我想知道是否有 IabHelper 类的在线文档?我搜索了 d.android.com 但没有找到任何东西。还是我应该只从源文件中提取 Javadoc?

最佳答案

好吧,如果有人关心,我将 JavaDoc 上传到 github:http://vibrunazo.github.com/IAPTest01/

因此,当 IDE 不可用时,您可以将其用作在线引用。

关于android - Android 计费示例中 IabHelper 类的在线文档?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14762033/

相关文章:

iOS 应用内购买 : Sandbox Invalid Product ID

安卓应用内计费 : onServiceConnected is never called and bindService returns "false"

安卓计费 : How to handle pending purchases

Android ActionBar 后退按钮默认填充

Android Facebook 整合

安卓 : in-app Billing problem- getting the order Id from the response

swift - 将函数结果呈现给 UILabel (Swift) (SwiftyStoreKit)

android - 应用内购买 : get the name or ID of the Google Play account that's requesting a purchase

android - 为什么会出现默认的 FCM 通知?

java.lang.RuntimeException : Parcelable encountered IOException writing serializable object in Android passing ArrayList object 错误