# Print output for @column tags ?> BillingClient.SkuType {% setvar book_path %}/reference/com/android/billingclient/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

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

Constants

INAPP

public static final String INAPP

A type of SKU for in-app products.

Constant Value: "inapp"

SUBS

public static final String SUBS

A type of SKU for subscriptions.

Constant Value: "subs"