FfiEncodedContent

data class FfiEncodedContent(var typeId: FfiContentTypeId?, var parameters: Map<String, String>, var fallback: String?, var compression: Int?, var content: ByteArray)

Constructors

Link copied to clipboard
constructor(typeId: FfiContentTypeId?, parameters: Map<String, String>, fallback: String?, compression: Int?, content: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard