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

LaunchReportFlowResult Class

Results of the launched report dialog including resulting report ID and user action. It can be retrieved using com.meta.horizon.platform.ovr.requests.AbuseReport#reportRequestHandled(ReportRequestResponse response) to handle the result of a report request. Learn more about our User Reporting Service.

Constructors

LaunchReportFlowResult ( ptr )
Signature
com.meta.horizon.platform.ovr.models.LaunchReportFlowResult.LaunchReportFlowResult(final long ptr)
Parameters
ptr: final long

Methods

getDidCancel ()
A boolean which indicates whether the viewer chose to cancel the report flow before completing it.
Signature
boolean com.meta.horizon.platform.ovr.models.LaunchReportFlowResult.getDidCancel()
Returns
boolean  boolean
getUserReportId ()
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.
Signature
long com.meta.horizon.platform.ovr.models.LaunchReportFlowResult.getUserReportId()
Returns
long  long