Types

Link copied to clipboard
object Companion
Link copied to clipboard
data object ReviewClosed : Token

Moderator review status of a subject: Closed. Indicates that the subject was already reviewed and resolved by a moderator

Link copied to clipboard
data object ReviewEscalated : Token

Moderator review status of a subject: Escalated. Indicates that the subject was escalated for review by a moderator

Link copied to clipboard
data object ReviewNone : Token

Moderator review status of a subject: Unnecessary. Indicates that the subject does not need a review at the moment but there is probably some moderation related metadata available for it

Link copied to clipboard
data object ReviewOpen : Token

Moderator review status of a subject: Open. Indicates that the subject needs to be reviewed by a moderator

Link copied to clipboard
data class Unknown(val rawValue: String) : Token

Properties

Link copied to clipboard
open override val value: String

Functions

Link copied to clipboard
open override fun toString(): String