| Name | Summary |
|---|---|
AbuseReport | constructor() |
| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
launchAdvancedReportFlow | suspend fun launchAdvancedReportFlow(contentId: Long, abuseReportOptions: AdvancedAbuseReportOptions): LaunchReportFlowResult Launch the flow for reporting a user or piece of content. This advanced version of the report endpoint allows for submitting reports for worlds and other content, as well as customizing the way the report flow operates. Returns the ID of the filed report upon success. |
reportButtonPressed | fun reportButtonPressed(): Flow<String> The user has tapped the report button in the panel that appears after pressing the Oculus button. |
reportRequestHandled | suspend fun reportRequestHandled(response: ReportRequestResponse) The currently running application has indicated they want to show their in-app reporting flow or that they choose to ignore the request. |