Token

enum Token : Enum<Token>

Entries

Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#requestLess")
REQUEST_LESS
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#requestMore")
REQUEST_MORE
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#clickthroughItem")
CLICKTHROUGH_ITEM
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#clickthroughAuthor")
CLICKTHROUGH_AUTHOR
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#clickthroughReposter")
CLICKTHROUGH_REPOSTER
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#clickthroughEmbed")
CLICKTHROUGH_EMBED
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionSeen")
INTERACTION_SEEN
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionLike")
INTERACTION_LIKE
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionRepost")
INTERACTION_REPOST
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionReply")
INTERACTION_REPLY
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionQuote")
INTERACTION_QUOTE
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#interactionShare")
INTERACTION_SHARE

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Token

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.