DisplayImage

data class DisplayImage(val bytes: ByteArray, val encoding: ImageEncoding)

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, encoding: ImageEncoding)

Properties

Link copied to clipboard

PNG- or JPEG-encoded bytes. Adapters decode into native image objects.

Link copied to clipboard

Functions

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