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

horizon.platform.abusereport.options

Updated: Jul 24, 2025

Package-level declarations

Types

NameSummary
data class AbuseReportOptions(var preventPeopleChooser: Boolean, var reportType: AbuseReportType)
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.abuse_report.enums.AbuseReportType.user or an horizon.platform.abuse_report.enums.AbuseReportType.object, helping to maintain a safe and respectful community within their application.
data class AdvancedAbuseReportOptions(var developerDefinedContext: Map<String, String>, var objectType: String, var reportType: AbuseReportType, var suggestedUsers: MutableList<String>, var videoMode: AbuseReportVideoMode)
The Advanced Abuse Report Options provides a way for developers to customize the reporting flow and specify the type of content being reported, which can be either a horizon.platform.abuse_report.enums.AbuseReportType.user or an horizon.platform.abuse_report.enums.AbuseReportType.object, helping to maintain a safe and respectful community within their application.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon