Image

sealed class Image : LensesComponent.Lens.Media

Defines all expected image media resources that can be associated with a Lens.

Types

Png
Link copied to clipboard
class Png(uri: String) : LensesComponent.Lens.Media.Image
Image media encoded in the PNG format, accessible by the uri.
Webp
Link copied to clipboard
class Webp(uri: String) : LensesComponent.Lens.Media.Image
Image media encoded in the WebP format, accessible by the uri.

Properties

uri
Link copied to clipboard
open val uri: String
Represents a local or remote resource for this media instance, typically a URL.

Inheritors

LensesComponent.Lens.Media.Image
Link copied to clipboard
LensesComponent.Lens.Media.Image
Link copied to clipboard