Blob

data class Blob(val value: ByteArray) : IconImageInput

The image provided as a binary image file.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

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

Inherited functions

Link copied to clipboard

Casts this IconImageInput as a Blob and retrieves its kotlin.ByteArray value. Throws an exception if the IconImageInput is not a Blob.

Link copied to clipboard

Casts this IconImageInput as a Blob and retrieves its kotlin.ByteArray value. Returns null if the IconImageInput is not a Blob.

Link copied to clipboard

Casts this IconImageInput as a S3Uri and retrieves its kotlin.String value. Throws an exception if the IconImageInput is not a S3Uri.

Link copied to clipboard

Casts this IconImageInput as a S3Uri and retrieves its kotlin.String value. Returns null if the IconImageInput is not a S3Uri.