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

OVR_ChallengeVisibility.h File

The visibility of the challenge. A challenge may be invite-only, public, or private. The visibility setting determines who can see and participate in the challenge. See more details of Challenges in here.

Enumeration Types

Enumeration ovrChallengeVisibility_

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.
ovrChallengeVisibility_Unknown
No description available
ovrChallengeVisibility_InviteOnly
Only those invited can participate in it. Everyone can see it, but only those with an invitation can joinand participate in the challenge. This setting is useful for challenges that are meant to be exclusive or for a specific group of people.
ovrChallengeVisibility_Public
Everyone can participate and see this challenge. This setting makes the challenge open to anyone who wants to join, and everyone can see the challenge details and progress. This setting is useful for challenges that are meant to be open and inclusive.
ovrChallengeVisibility_Private
Only those invited can participate and see this challenge. This setting makes the challenge invisible to everyone except those who have been explicitly invited. Only those with an invitation can see the challenge details and progress, and only they can participate. This setting is useful for challenges that are meant to be highly exclusive or confidential.

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