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

LaunchReportFlowResult

Updated: Oct 30, 2025

LaunchReportFlowResult

interface LaunchReportFlowResult
Results of the launched report dialog including resulting report ID and user action. It can be retrieved using horizon.platform.abusereport.AbuseReport.reportRequestHandled to handle the result of a report request. Learn more about our User Reporting Service.

Properties

NameSummary
didCancel
abstract val didCancel: Boolean
A boolean which indicates whether the viewer chose to cancel the report flow before completing it.
json
open val json: String
userReportId
abstract val userReportId: String?
ID of the report created by the user. It’s optional and may not be present if the user cancelled the report flow. Learn more about the user reporting plugin in our website.