Package 

Enum ProductStatusAndroid

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ProductStatusAndroid
    extends Enum<ProductStatusAndroid>
                        

    Status code for individual products returned from queryProductDetailsAsync (Android) Prior to 8.0, products that couldn't be fetched were simply not returned. With 8.0+, these products are returned with a status code explaining why. Available in Google Play Billing Library 8.0.0+

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Unknown

      Unknown error occurred while fetching the product

      NoOffersAvailable

      No offers available for the user - product exists but user is not eligible for any offers

      NotFound

      Product not found - the SKU doesn't exist in the Play Console

      Ok

      Product was successfully fetched