akshaaatt / Google-IAP

Android Library for easing Google Play Billing to your apps with support for Subscriptions, Non-Consumable and Consumable Purchases with a beautiful sample app.
GNU General Public License v3.0
250 stars 58 forks source link

How to get price of any product? #140

Closed akash55 closed 11 months ago

akash55 commented 11 months ago

List consumablesList = Arrays.asList("base", "moderate", "quite", "plenty", "yearly");

Please give one example in JAVA, how to get the price of a consumable product ex. "base" in the below method

public void onPricesUpdated(@NotNull Map iapKeyPrices) {

        }