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

OVR_OfferTerm.h File

An enumeration that defines the type of the ovrTrialOfferHandle. This can be utilized to determine the length of time for which the offer is valid. By setting this field, you can easily manage the duration of your offers and provide a better user experience for your customers.

Enumeration Types

Enumeration ovrOfferTerm_

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.
ovrOfferTerm_Unknown
No description available
ovrOfferTerm_WEEKLY
Represents that the offer term is weekly. This means that the offer will be valid for a period of one week from the date of purchase.
ovrOfferTerm_BIWEEKLY
Represents that the offer term is biweekly. This means that the offer will be valid for a period of two weeks from the date of purchase.
ovrOfferTerm_MONTHLY
Represents that the offer term is monthly. This means that the offer will be valid for a period of one month from the date of purchase.
ovrOfferTerm_QUARTERLY
Represents that the offer term is quarterly. This means that the offer will be valid for a period of three months from the date of purchase.
ovrOfferTerm_SEMIANNUAL
Represents that the offer term is every 6 months. This means that the offer will be valid for a period of six months from the date of purchase.
ovrOfferTerm_ANNUAL
Represents that the offer term is annual. This means that the offer will be valid for a period of one year from the date of purchase.
ovrOfferTerm_BIANNUAL
Represents that the offer term is every 2 years. This means that the offer will be valid for a period of two years from the date of purchase.

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