InboxEntry

data class InboxEntry(val entryId: String, val inboxId: String, val data: ByteArray, val files: List<File>, val authorPubKey: String, val createDate: Long?, val statusCode: Long?)

Holds information about Inbox entry.

Constructors

Link copied to clipboard
constructor(entryId: String, inboxId: String, data: ByteArray, files: List<File>, authorPubKey: String, createDate: Long?, statusCode: Long?)

Properties

Link copied to clipboard

Public key of the author of an entry

Link copied to clipboard

Inbox entry creation timestamp

Link copied to clipboard

Entry data

Link copied to clipboard

ID of the entry

Link copied to clipboard

List of files attached to the entry

Link copied to clipboard

ID of the Inbox

Link copied to clipboard

Status code of retrieval and decryption of the Inbox entry

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int