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

AbuseReportVideoMode

Updated: Jul 24, 2025

AbuseReportVideoMode

enum AbuseReportVideoMode : Enum<AbuseReportVideoMode>
Determines under what circumstances the frontend UI will attempt to gather video evidence to support a report, and the object_type is defined in horizon.platform.abuse_report.options.AdvancedAbuseReportOptions.objectType. This setting is crucial in ensuring that the reporting process is thorough and accurate, as video evidence can provide valuable context and proof of misconduct.

Entries

NameSummary
Unknown
Represents that the AbuseReportVideoMode is unknown.
Collect
The UI will collect video evidence if the object_type supports it, the object_type is defined in horizon.platform.abuse_report.options.AdvancedAbuseReportOptions.objectType.
Optional
The UI will try to collect video evidence if the object_type supports it, but will allow the user to skip that step if they wish.
Skip
The UI will not collect video evidence.

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int
value
val value: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): AbuseReportVideoMode
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<AbuseReportVideoMode>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon