struct ovrAdvancedAbuseReportOptions * |
void | |
void | ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString ( ovrAdvancedAbuseReportOptionsHandle handle, const char * key, const char * value ) |
void | |
void | ovr_AdvancedAbuseReportOptions_SetObjectType ( ovrAdvancedAbuseReportOptionsHandle handle, const char * value ) |
void | ovr_AdvancedAbuseReportOptions_SetReportType ( ovrAdvancedAbuseReportOptionsHandle handle, ovrAbuseReportType value ) The intended entity being reported, whether user or object/content. |
void | |
void | |
void |
typedef struct ovrAdvancedAbuseReportOptions* ovrAdvancedAbuseReportOptionsHandle ( ) |
---|
No description available.
|
ovrAdvancedAbuseReportOptionsHandle ovr_AdvancedAbuseReportOptions_Create ( ) |
---|
No description available.
|
void ovr_AdvancedAbuseReportOptions_Destroy ( ovrAdvancedAbuseReportOptionsHandle handle ) |
---|
No description available.
|
void ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString ( ovrAdvancedAbuseReportOptionsHandle handle, const char * key, const char * value ) |
---|
This field is intended to allow developers to pass custom metadata through the report flow. The metadata passed through is included with the report received by the developer. |
void ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext ( ovrAdvancedAbuseReportOptionsHandle handle ) |
---|
No description available.
|
void ovr_AdvancedAbuseReportOptions_SetObjectType ( ovrAdvancedAbuseReportOptionsHandle handle, const char * value ) |
---|
If report_type is object/content, a string representing the type of content being reported. This should correspond to the object_type string used in the UI |
void ovr_AdvancedAbuseReportOptions_SetReportType ( ovrAdvancedAbuseReportOptionsHandle handle, ovrAbuseReportType value ) |
---|
The intended entity being reported, whether user or object/content. |
void ovr_AdvancedAbuseReportOptions_AddSuggestedUser ( ovrAdvancedAbuseReportOptionsHandle handle, ovrID value ) |
---|
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 ( ovrAdvancedAbuseReportOptionsHandle handle ) |
---|
No description available.
|
void ovr_AdvancedAbuseReportOptions_SetVideoMode ( ovrAdvancedAbuseReportOptionsHandle handle, ovrAbuseReportVideoMode value ) |
---|
The video mode controls whether or not the abuse report flow should collect evidence and whether it is optional or not. "Collect" requires video evidence to be provided by the user. "Optional" presents the user with the option to provide video evidence. "Skip" bypasses the video evidence collection step altogether. |