BillingClient.SkuType
public
static
abstract
@interface
BillingClient.SkuType
implements
Annotation
com.android.billingclient.api.BillingClient.SkuType |
Supported SKU types.
Summary
Constants | |
---|---|
String |
INAPP
A type of SKU for in-app products. |
String |
SUBS
A type of SKU for subscriptions. |
Inherited methods | |
---|---|
![]()
java.lang.annotation.Annotation
|
Constants
INAPP
String INAPP
A type of SKU for in-app products.
Constant Value: "inapp"
SUBS
String SUBS
A type of SKU for subscriptions.
Constant Value: "subs"
Annotations
Interfaces
Classes
- AccountIdentifiers
- AcknowledgePurchaseParams
- AcknowledgePurchaseParams.Builder
- BillingClient
- BillingClient.Builder
- BillingFlowParams
- BillingFlowParams.Builder
- BillingResult
- BillingResult.Builder
- ConsumeParams
- ConsumeParams.Builder
- PriceChangeFlowParams
- PriceChangeFlowParams.Builder
- ProxyBillingActivity
- Purchase
- Purchase.PurchasesResult
- PurchaseHistoryRecord
- SkuDetails
- SkuDetailsParams
- SkuDetailsParams.Builder