ImageInfo

data class ImageInfo(val imageType: ImageType, val imageIndex: Int? = null, val imageTag: String? = null, val path: String? = null, val blurHash: String? = null, val height: Int? = null, val width: Int? = null, val size: Long)

Class ImageInfo.

Constructors

Link copied to clipboard
constructor(imageType: ImageType, imageIndex: Int? = null, imageTag: String? = null, path: String? = null, blurHash: String? = null, height: Int? = null, width: Int? = null, size: Long)

Properties

Link copied to clipboard

The blurhash.

Link copied to clipboard
val height: Int?

The height.

Link copied to clipboard

The index of the image.

Link copied to clipboard

The image tag.

Link copied to clipboard

The type of the image.

Link copied to clipboard
val path: String?

The path.

Link copied to clipboard
val size: Long

The size.

Link copied to clipboard
val width: Int?

The width.