AttachmentData

data class AttachmentData(val data: ByteArray, val contentType: String)

Raw attachment binary data with its content type.

Constructors

Link copied to clipboard
constructor(data: ByteArray, contentType: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Compares attachment data by content bytes and content type.

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

Computes hash from content bytes and content type.