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

OVR_ReportRequestResponse.h File

An application user can report abusive behavior or content following the in-app reporting flow. This report request response represents the possible states that the app can respond to the platform notification, i.e., the running application indicates whether they want to show their in-app reporting flow or that they choose to ignore the request via ovr_AbuseReport_ReportRequestHandled().

Enumeration Types

Enumeration ovrReportRequestResponse_

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.
ovrReportRequestResponse_Unknown
No description available
ovrReportRequestResponse_Handled
This 'enum' member represents the response to the platform notification that the in-app reporting flow request is handled.
ovrReportRequestResponse_Unhandled
This 'enum' member represents the response to the platform notification that the in-app reporting flow request is not handled.
ovrReportRequestResponse_Unavailable
This 'enum' member represents the response to the platform notification that the in-app reporting flow is unavailable or non-existent.

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