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

OVR_AdvancedAbuseReportOptions.h File

Typedefs

The Advanced Abuse Report Options contains additional configuration to be passed in to ovr_AbuseReport_LaunchAdvancedReportFlow(). It provides a way for developers to customize the reporting flow and specify the type of content being reported, which can be either a ovrAbuseReportType_User or an ovrAbuseReportType_Object, helping to maintain a safe and respectful community within their application.

Functions

Creates a new instance of ovrAdvancedAbuseReportOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
Destroys an existing instance of the ovrAdvancedAbuseReportOptionsHandle() and frees up memory when you're done using it.
This field is intended to allow developers to pass custom metadata through the report flow ovr_AbuseReport_LaunchAdvancedReportFlow(). The metadata passed through is included with the report received by the developer.
void ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext
If ovrAbuseReportType_AbuseReportType is ovrAbuseReportType_Object, a string representing the type of content being reported. This should correspond to the object_type string used in the UI
The intended entity type ovrAbuseReportType_AbuseReportType being reported, it can be either a user ovrAbuseReportType_User or an object/content ovrAbuseReportType_Object.
Provide a list of users to suggest for reporting. This list should include users that the reporter has recently interacted with to aid them in selecting the right user to report.
void ovr_AdvancedAbuseReportOptions_ClearSuggestedUsers
The video mode ovrAbuseReportVideoMode_AbuseReportVideoMode controls whether or not the abuse report flow should collect evidence and whether it is optional or not. ovrAbuseReportVideoMode_Collect requires video evidence to be provided by the user. ovrAbuseReportVideoMode_Optional presents the user with the option to provide video evidence. ovrAbuseReportVideoMode_Skip bypasses the video evidence collection step altogether.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon