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 com.meta.horizon.platform.ovr.requests.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 |
setReportButtonPressedNotificationCallbacks
(
onSuccess
, onError
)
|
The user has tapped the report button in the panel that appears after pressing the Oculus button.
Signature
static void com.meta.horizon.platform.ovr.requests.AbuseReport.setReportButtonPressedNotificationCallbacks(Request.Handler< String > onSuccess, Request.Handler< Error > onError) Parameters onSuccess: Request.Handler< String >onError: Request.Handler< Error >Returns void |