BillingClient.SkuType
public @interface SkuType { String INAPP = "inapp"; // for in-app products String SUBS = "subs"; // for subscriptions String ALL = "all"; }
Details
BillingClient.SkuType
lists supported SKU Types depending on constants:
- In App – ‘INAPP’
- Subscription – ‘SUBS’
- All/strong> – ‘ALL’