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

OVR_OfferType.h File

An enumeration that defines the type of the ovrTrialOfferHandle. This can be utilized to identify the specific type of offer, such as a free trial or an intro offer. By setting this field, you can easily differentiate between different types of offers and provide a better user experience for your customers.

Enumeration Types

Enumeration ovrOfferType_

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.
ovrOfferType_Unknown
No description available
ovrOfferType_INTROOFFER
This value indicates that the offer is an intro offer, which is typically a special promotion or discount offered to new customers.
ovrOfferType_FREETRIAL
This value indicates that the offer is a free trial, which allows customers to try out a product or service without paying for it.

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 ovrOfferType enum value to a string The returned string does not need to be freed
Converts a string representing an ovrOfferType to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon