DecodedImageBitmap

internal sealed interface DecodedImageBitmap(source)

Defines image decode state for Base64-backed UI images.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the Loading singleton used by the SDAI presentation layer.

Link copied to clipboard
data class Ready(val image: ImageBitmap) : DecodedImageBitmap

Carries Ready data through the SDAI presentation layer.

Link copied to clipboard

Provides the Unavailable singleton used by the SDAI presentation layer.