ReactionV2Codec

data class ReactionV2Codec(var contentType: ContentTypeId = ContentTypeReactionV2) : ContentCodec<FfiReaction>

Constructors

Link copied to clipboard
constructor(contentType: ContentTypeId = ContentTypeReactionV2)

Functions

Link copied to clipboard
open override fun decode(content: EncodedContent): FfiReaction
Link copied to clipboard
open override fun encode(content: FfiReaction): EncodedContent
Link copied to clipboard
open override fun fallback(content: FfiReaction): String?
Link copied to clipboard
open override fun shouldPush(content: FfiReaction): Boolean

Properties

Link copied to clipboard
open override var contentType: ContentTypeId