| Name | Summary |
|---|---|
@SerialName(value = "OBJECT") Object This refers to reports that are related to non-user entities, such as a virtual environment or an inanimate object within a platform. An example provided is a report concerning a "world," which could be a virtual space or environment. | |
@SerialName(value = "USER") User This category is used for reports that directly involve a user’s actions or behavior. This could include reports on harassment, inappropriate behavior, or other violations that are directly linked to a user’s conduct on a platform. |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): AbuseReportType 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<AbuseReportType> Returns an array containing the constants of this enum type, in the order they’re declared. |