| Name | Summary |
|---|---|
AbuseReportOptions | constructor(preventPeopleChooser: Boolean, reportType: AbuseReportType) |
| Name | Summary |
|---|---|
json | val json: String |
preventPeopleChooser | var preventPeopleChooser: Boolean Set whether or not to show the user selection step. If the reported object is a user, they can choose to block the reported user from further interactions within the platform. |
reportType | var reportType: AbuseReportType The intended entity type horizon.platform.abuse_report.enums.AbuseReportType being reported, it can be either a user horizon.platform.abuse_report.enums.AbuseReportType.user or an object/content horizon.platform.abuse_report.enums.AbuseReportType.object. |