BillingClient.SkuType

public static abstract @interface BillingClient.SkuType
implements Annotation

com.android.billingclient.api.BillingClient.SkuType


This @interface is deprecated.
Use BillingClient.ProductType instead.

Supported SKU types.

Summary

Constants

String INAPP

A type of SKU for Android apps in-app products.

String SUBS

A type of SKU for Android apps subscriptions.

Inherited methods

Constants

INAPP

public static final String INAPP

A type of SKU for Android apps in-app products.

Constant Value: "inapp"

SUBS

public static final String SUBS

A type of SKU for Android apps subscriptions.

Constant Value: "subs"