wuyxhero / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Inaccurate comments on IabHelper.java #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some documentation problems with comments in IabHelper.java:

* Comments in IabHelper.java refer to methods addSku() and addSkuAsync(), which 
don't exist.
* Comments also refer to refreshInventory() and refreshInventoryAsync() when 
they really mean queryInventory() and queryInventoryAsync().
* comments suggest that you should call addSku() for skus before calling 
startSetup(), but it seems like the actual method to query sku details in 
addition to owned items is to pass a list of sku strings to queryInventory() 
after startSetup() calls its listener with success.

Original issue reported on code.google.com by b...@google.com on 5 Feb 2013 at 1:00

GoogleCodeExporter commented 8 years ago
Work in progress.

Original comment by b...@google.com on 7 Feb 2013 at 11:38

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by b...@google.com on 14 Feb 2013 at 10:43

GoogleCodeExporter commented 8 years ago
How fixed?

Original comment by itpn...@gmail.com on 28 Jun 2015 at 8:30