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

OVR_AbuseReportType.h File

Represents the type of abuse report, can be categorized as either concerning a user, an object, or being unknown. It can be specified as a field in the ovr_AbuseReportOptions_SetReportType() option.

Enumeration Types

Enumeration ovrAbuseReportType_

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.
ovrAbuseReportType_Unknown
No description available
ovrAbuseReportType_Object
This refers to reports that are related to non-user entities, such as a virtual environment or an inanimate object within a platform. An example provided is a report concerning a "world," which could be a virtual space or environment.
ovrAbuseReportType_User
This category is used for reports that directly involve a user's actions or behavior. This could include reports on harassment, inappropriate behavior, or other violations that are directly linked to a user's conduct on a platform.

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