ImageDescriptor

data class ImageDescriptor(val uri: Uri, val size: ImageSize)

Generic descriptor of an Image. Provides the image Uri and the calculated ImageSize.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

uri

The Uri of the image.

size

The ImageSize of the image.

Constructors

Link copied to clipboard
fun ImageDescriptor(uri: Uri, size: ImageSize)

Properties

Link copied to clipboard
Link copied to clipboard
val uri: Uri