DownloadedImage

internal data class DownloadedImage(val bytes: ByteArray, val mimeType: String)

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, mimeType: String)

Properties

Link copied to clipboard
val bytes: ByteArray
Link copied to clipboard
val mimeType: String

Functions

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