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

ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString Function

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.

Signature

void ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString(ovrAdvancedAbuseReportOptionsHandle handle, const char *key, const char *value)

Parameters

key: const char *
value: const char *

Returns

void