Meta XR Platform SDK (UPM) v71 Reference Guide
Meta XR Platform SDK (UPM) v71 Reference Guide
Select your platform
No SDKs available
No versions available

AbuseReport Class

The Abuse Report API provides a way for users to report abusive behavior or content within the platform. It allows developers to submit reports for various types of content, including users AbuseReportType.User, or an object/content AbuseReportType.Object.

Static Methods

ReportRequestHandled ( response )
The currently running application has indicated they want to show their in- app reporting flow or that they choose to ignore the request.
Signature
static Request Oculus.Platform.AbuseReport.ReportRequestHandled(ReportRequestResponse response)
Parameters
response: ReportRequestResponse  Possible states that an app can respond to the platform notification that the in-app reporting flow has been requested by the user.
Returns
Request
SetReportButtonPressedNotificationCallback ( callback )
The user has tapped the report button in the panel that appears after pressing the Oculus button.
Signature
static void Oculus.Platform.AbuseReport.SetReportButtonPressedNotificationCallback(Message< string >.Callback callback)
Parameters
callback: Message< string >.Callback
Returns
void