VIBrunazo
VIBrunazo

Reputation: 1728

Online documentation for IabHelper class from the Android billing samples?

The Android's developer guide for In-app billing V3 comes with a sample app called TrivialDrive. In it, there's an utility class called IabHelper, which the guide advise us to import on our own apps.

I would like to know if there is an online documentation for the IabHelper class? I searched through d.android.com but didn't find anything. Or should I just extract the Javadocs from the source files instead?

Upvotes: 1

Views: 2467

Answers (2)

alocaly
alocaly

Reputation: 717

I used this as a documentation for the IabHelper :
http://developer.android.com/training/in-app-billing/preparing-iab-app.html

... but your documentation is nice !!

Upvotes: 2

VIBrunazo
VIBrunazo

Reputation: 1728

Well, if anyone cares, I uploaded the JavaDoc to github: http://vibrunazo.github.com/IAPTest01/

So you can use it as an online reference when and IDE is not available.

Upvotes: 7

Related Questions