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

AbuseReportOptions

Updated: Oct 30, 2025

AbuseReportOptions

interface AbuseReportOptions
The Abuse Report Options provide a way for developers to customize the reporting flow and specify the type of content being reported, which can be either a horizon.platform.abusereport.enums.AbuseReportType.user or an horizon.platform.abusereport.enums.AbuseReportType.object, helping to maintain a safe and respectful community within their application.

Types

NameSummary
interface Builder
Companion
object Companion

Properties

NameSummary
preventPeopleChooser
abstract val 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
abstract val 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.

Companion

object Companion

Functions

NameSummary
builder