Enum for billing features. Currently, these are only relevant for Google Play Android users: https://developer.android.com/reference/com/android/billingclient/api/BillingClient.FeatureType

Enumeration Members

IN_APP_ITEMS_ON_VR: 2

Purchase/query for in-app items on VR.

PRICE_CHANGE_CONFIRMATION: 4

Launch a price change confirmation flow.

SUBSCRIPTIONS: 0

Purchase/query for subscriptions.

SUBSCRIPTIONS_ON_VR: 3

Purchase/query for subscriptions on VR.

SUBSCRIPTIONS_UPDATE: 1

Subscriptions update/replace.

Generated using TypeDoc