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
val blurHash: String? = null

The blurhash.

Link copied to clipboard
val height: Int? = null

The height.

Link copied to clipboard
val imageIndex: Int? = null

The index of the image.

Link copied to clipboard
val imageTag: String? = null

The image tag.

Link copied to clipboard

The type of the image.

Link copied to clipboard
val path: String? = null

The path.

Link copied to clipboard
val size: Long

The size.

Link copied to clipboard
val width: Int? = null

The width.