Stay organized with collections Save and categorize content based on your preferences.

BillingClient.ProductType

public static abstract @interface BillingClient.ProductType
implements Annotation

com.android.billingclient.api.BillingClient.ProductType
Included in documentation by the annotations: @Annotations.ProductDetails

Supported Product types.

Summary

Constants

String INAPP

A Product type for Android apps in-app products. Included in documentation by the annotations: @Annotations.ProductDetails

String SUBS

A Product type for Android apps subscriptions. Included in documentation by the annotations: @Annotations.ProductDetails

Inherited methods

Constants

INAPP

public static final String INAPP
Included in documentation by the annotations: @Annotations.ProductDetails

A Product type for Android apps in-app products.

Constant Value: "inapp"

SUBS

public static final String SUBS
Included in documentation by the annotations: @Annotations.ProductDetails

A Product type for Android apps subscriptions.

Constant Value: "subs"