DittoAttachmentToken

class DittoAttachmentToken

Serves as a token for a specific attachment that you can pass to a call to fetchAttachment on the DittoStore.

Types

Link copied to clipboard
object Companion

Functions

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

BigInteger version of len for Java compatibility.

Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val id: String

The attachment's ID.

Link copied to clipboard
val len: ULong
Link copied to clipboard
val metadata: Map<String, String>