WhiteboardImageResult

data class WhiteboardImageResult(val imageData: ByteArray?, val imageSrc: String?, val width: Int, val height: Int)

Result from image picker operation

Constructors

Link copied to clipboard
constructor(imageData: ByteArray?, imageSrc: String?, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int

Height of the image in pixels

Link copied to clipboard

Base64-encoded image data as ByteArray

Link copied to clipboard

Image source URL or local path

Link copied to clipboard
val width: Int

Width of the image in pixels

Functions

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