library
androidJvm
library
/
uniffi.xmtpv3
/
FfiEncodedContent
Ffi
Encoded
Content
data
class
FfiEncodedContent
(
var
typeId
:
FfiContentTypeId
?
,
var
parameters
:
Map
<
String
,
String
>
,
var
fallback
:
String
?
,
var
compression
:
Int
?
,
var
content
:
ByteArray
)
Members
Constructors
Ffi
Encoded
Content
Link copied to clipboard
constructor
(
typeId
:
FfiContentTypeId
?
,
parameters
:
Map
<
String
,
String
>
,
fallback
:
String
?
,
compression
:
Int
?
,
content
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
compression
Link copied to clipboard
var
compression
:
Int
?
content
Link copied to clipboard
var
content
:
ByteArray
fallback
Link copied to clipboard
var
fallback
:
String
?
parameters
Link copied to clipboard
var
parameters
:
Map
<
String
,
String
>
type
Id
Link copied to clipboard
var
typeId
:
FfiContentTypeId
?