I am looking at the new billing library for Android, can't seem to find what json is returned in a purchase object by this method.
Can someone point me at a reference?
I am looking at the new billing library for Android, can't seem to find what json is returned in a purchase object by this method.
Can someone point me at a reference?
It's in the BillingClient docs:
queryPurchaseHistoryAsync
(String skuType, PurchaseHistoryResponseListener listener)
Returns the most recent purchase made by the user for each SKU, even if that purchase is expired, canceled, or consumed.