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

ovr_AbuseReport_ReportRequestHandled Function

The currently running application has indicated they want to show their in- app reporting flow or that they choose to ignore the request. ovrMessage_AbuseReport_ReportRequestHandled will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
This response has no payload. If no error occurred, the request was successful. Yay!

Signature

ovrRequest ovr_AbuseReport_ReportRequestHandled(ovrReportRequestResponse response)

Parameters

response: ovrReportRequestResponse Possible states that an app can respond to the platform notification that the in-app reporting flow has been requested by the user.

Returns