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’