Ready

data class Ready(val image: ImageBitmap) : DecodedImageBitmap(source)

Carries Ready data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

image

image value consumed by the API.

Constructors

Link copied to clipboard
constructor(image: ImageBitmap)

Properties

Link copied to clipboard