Webp

class Webp(uri: String) : LensesComponent.Lens.Media.Image

Image media encoded in the WebP format, accessible by the uri.

Constructors

Webp
Link copied to clipboard
fun Webp(uri: String)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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