DecodedMessage

data class DecodedMessage(var encodedContent: Content.EncodedContent, var senderAddress: String, var sent: Date)

Constructors

Link copied to clipboard
constructor(encodedContent: Content.EncodedContent, senderAddress: String, sent: Date)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T> content(): T?

Properties

Link copied to clipboard
Link copied to clipboard
var encodedContent: Content.EncodedContent
Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
var sent: Date