ReactionV2Codec

public struct ReactionV2Codec : ContentCodec

Undocumented

  • T

    Undocumented

    Declaration

    Swift

    public typealias T = FfiReaction
  • Undocumented

    Declaration

    Swift

    public var contentType: ContentTypeID
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public func encode(content: FfiReaction) throws -> EncodedContent
  • Undocumented

    Declaration

    Swift

    public func decode(content: EncodedContent) throws -> FfiReaction
  • Undocumented

    Declaration

    Swift

    public func fallback(content: FfiReaction) throws -> String?
  • Undocumented

    Declaration

    Swift

    public func shouldPush(content: FfiReaction) throws -> Bool