Lens

interface Lens : LensesComponent.Carousel.View.Item

Represents the lens displayed in the lenses carousel.

Functions

observeLoadingState
Link copied to clipboard
abstract fun observeLoadingState(onLoadingState: Consumer<LensesComponent.Carousel.View.Item.LoadingState>): Closeable
Allows to observe lenses content loading states defined in LoadingState.

Properties

contentDescription
Link copied to clipboard
abstract val contentDescription: String
Brief description of the Lens that is primarily used for accessibility support.
iconUri
Link copied to clipboard
abstract val iconUri: String?
Icon resource URI that represents the Lens, null when not available.
id
Link copied to clipboard
abstract val id: String
An identifier for an Item.