library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library.codecs
/
ContentCodec
Content
Codec
interface
ContentCodec
<
T
>
Inheritors
AttachmentCodec
DeleteMessageCodec
GroupUpdatedCodec
LeaveRequestCodec
MultiRemoteAttachmentCodec
ReactionCodec
ReactionV2Codec
ReadReceiptCodec
RemoteAttachmentCodec
ReplyCodec
TextCodec
TransactionReferenceCodec
Members
Properties
content
Type
Link copied to clipboard
abstract
val
contentType
:
ContentTypeId
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