Package 

Class PendingPurchaseUpdateAndroid


  • 
    public final class PendingPurchaseUpdateAndroid
    
                        

    Pending purchase update for subscription upgrades/downgrades (Android) When a user initiates a subscription change (upgrade/downgrade), the new purchase may be pending until the current billing period ends. This type contains the details of the pending change. Available in Google Play Billing Library 5.0+

    • Constructor Detail

      • PendingPurchaseUpdateAndroid

        PendingPurchaseUpdateAndroid(List<String> products, String purchaseToken)
    • Method Detail

      • getProducts

         final List<String> getProducts()

        Product IDs for the pending purchase update. These are the new products the user is switching to.

      • getPurchaseToken

         final String getPurchaseToken()

        Purchase token for the pending transaction. Use this token to track or manage the pending purchase update.