Types

Link copied to clipboard

User clicked through to the author of the feed item

Link copied to clipboard
data object ClickthroughEmbed : Token

User clicked through to the embedded content of the feed item

Link copied to clipboard
data object ClickthroughItem : Token

User clicked through to the feed item

Link copied to clipboard

User clicked through to the reposter of the feed item

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

User liked the feed item

Link copied to clipboard
data object InteractionQuote : Token

User quoted the feed item

Link copied to clipboard
data object InteractionReply : Token

User replied to the feed item

Link copied to clipboard
data object InteractionRepost : Token

User reposted the feed item

Link copied to clipboard
data object InteractionSeen : Token

Feed item was seen by user

Link copied to clipboard
data object InteractionShare : Token

User shared the feed item

Link copied to clipboard
data object RequestLess : Token

Request that less content like the given feed item be shown in the feed

Link copied to clipboard
data object RequestMore : Token

Request that more content like the given feed item be shown in the feed

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