ImagesViewImage

data class ImagesViewImage(val thumb: Uri, val fullsize: Uri, val alt: String, val aspectRatio: ImagesAspectRatio? = null)

Constructors

Link copied to clipboard
constructor(thumb: Uri, fullsize: Uri, alt: String, aspectRatio: ImagesAspectRatio? = null)

Properties

Link copied to clipboard
val alt: String

Alt text description of the image, for accessibility.

Link copied to clipboard
Link copied to clipboard

Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.

Link copied to clipboard
val thumb: Uri

Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.