ImagesViewImage

constructor(thumb: Uri, fullsize: Uri, alt: String, aspectRatio: AspectRatio? = null)

Parameters

thumb

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

fullsize

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.

alt

Alt text description of the image, for accessibility.