API reference
API reference
Select your platform
No SDKs available
No versions available

ProductType Enum

This enum value represents the possible types of a com.meta.horizon.platform.ovr.models.Product, which is an item purchased in the application. An In-app purchase (IAP) add-on can be durable, consuable, or a subscription.

Fields

Unknown[Get]
This product is a durable IAP item that can be consumed multiple times. It can be purchased only once.
This product is an IAP item that can be consumed only once. It can only be purchased again after it is consumed.
This product represents a subscription. Subscriptions provide a way for users to purchase your app or its premium content by way of a recurring payment model.

Member Functions

ProductType
( final int value )
int getValue ( )

Static Member Functions

static ProductType fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon