library
androidJvm
library
/
org.xmtp.android.library.codecs
/
ContentCodec
Content
Codec
interface
ContentCodec
<
T
>
Inheritors
AttachmentCodec
GroupUpdatedCodec
ReactionCodec
ReadReceiptCodec
RemoteAttachmentCodec
ReplyCodec
TextCodec
Members
Functions
decode
Link copied to clipboard
abstract
fun
decode
(
content
:
EncodedContent
)
:
T
encode
Link copied to clipboard
abstract
fun
encode
(
content
:
T
)
:
EncodedContent
fallback
Link copied to clipboard
abstract
fun
fallback
(
content
:
T
)
:
String
?
should
Push
Link copied to clipboard
abstract
fun
shouldPush
(
content
:
T
)
:
Boolean
Properties
content
Type
Link copied to clipboard
abstract
val
contentType
:
ContentTypeId