| Name | Summary |
|---|---|
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. |