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

OVR_Product.h File

The class that represents the product information for a specific IAP which is available for purchase in your app. You can retrieve more information about the product(s) by using their SKU with ovr_IAP_GetProductsBySKU()

Typedefs

struct ovrProduct * ovrProductHandle

Functions

Billing plans related to the product. This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
The content rating of a ovrProductHandle that specifies the age rating as well as other important information that needs to be displayed to the user per local regulations. This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
The URI for the cover image for the ovrProductHandle being sold.
The description for the product. The description should be meaningful and explanatory to help outline the product and its features.
The formatted string for the ovrPriceHandle. This is the same value stored in ovrPriceHandle.
The URI for ovrProductHandle icon.
The name of the product. This will be used as a the display name and should be aligned with the user facing title.
The ovrPriceHandle of the product contains the currency code, the amount in hundredths, and the formatted string representation.
The short description of a ovrProductHandle which provides more information about the ovrProductHandle. To be used in conjunction with the description of the ovrProductHandle.
The unique string that you use to reference the product in your app. The SKU is case-sensitive and should match the SKU reference in your code.
The type of product. An In-app purchase (IAP) add-on can be ovrProductType_DURABLE(), ovrProductType_CONSUMABLE(), or a ovrProductType_SUBSCRIPTION().
Did you find this page helpful?
Thumbs up icon
Thumbs down icon