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

OVR_ChallengeCreationType.h File

Describes the creator of the associated challenge. This field indicates who created the challenge, whether it was ovrChallengeCreationType_UserCreated() or ovrChallengeCreationType_DeveloperCreated(). Understanding the creator of the associated challenge can provide valuable context and help participants better understand the nature and purpose of the challenge.

Enumeration Types

Enumeration ovrChallengeCreationType_

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.
ovrChallengeCreationType_Unknown
No description available
ovrChallengeCreationType_UserCreated
The challenge was created by a User. This means that a regular user of the app created the challenge, and it may be a community-driven challenge or a personal challenge created by the user for themselves or others.
ovrChallengeCreationType_DeveloperCreated
The challenge was created by the app developer. This means that the challenge was created by the team behind the app, and it may be an official challenge or a special event created by the developers to engage with the community or promote specific features of the app.

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