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

OVR_ProductType.h File

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

Enumeration Types

Enumeration ovrProductType_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrProductType_Unknown
No description available
ovrProductType_DURABLE
This product is a durable IAP item that can be consumed multiple times. It can be purchased only once.
ovrProductType_CONSUMABLE
This product is an IAP item that can be consumed only once. It can only be purchased again after it is consumed.
ovrProductType_SUBSCRIPTION
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.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrProductType enum value to a string The returned string does not need to be freed
Converts a string representing an ovrProductType to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon