library
androidJvm
library
/
org.xmtp.android.library.codecs
/
DecodedComposite
Decoded
Composite
data
class
DecodedComposite
(
var
parts
:
List
<
DecodedComposite
>
=
listOf()
,
var
encodedContent
:
EncodedContent
?
=
null
)
Members
Constructors
Decoded
Composite
Link copied to clipboard
constructor
(
parts
:
List
<
DecodedComposite
>
=
listOf()
,
encodedContent
:
EncodedContent
?
=
null
)
Functions
content
Link copied to clipboard
fun
<
T
>
content
(
)
:
T
?
Properties
encoded
Content
Link copied to clipboard
var
encodedContent
:
EncodedContent
?
parts
Link copied to clipboard
var
parts
:
List
<
DecodedComposite
>