| Name | Summary |
|---|---|
AbuseReportOptions | constructor(preventPeopleChooser: Boolean = false, reportType: AbuseReportType = AbuseReportType.Unknown) |
| Name | Summary |
|---|---|
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.abusereport.enums.AbuseReportType being reported, it can be either a user horizon.platform.abusereport.enums.AbuseReportType.user or an object/content horizon.platform.abusereport.enums.AbuseReportType.object. |