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

AbuseReport Class

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
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