BillingClient.ProductType

This reference document contains details of BillingClient.ProductType

 public @interface ProductType {
    String INAPP = "inapp"; // for in-app products
    String SUBS = "subs";   // for subscriptions
    String ALL = "all";     
}

Details

BillingClient.ProductType lists supported Product Types depending on constants:

  • In App – ‘INAPP’
  • Subscription – ‘SUBS’
  • All – ‘ALL’
×
Text copied to clipboard
Link copied to clipbord
Questions? Please reach out to us at dev-support@now.us