LoadingState

sealed class LoadingState

All loading states for the carousel Item content.

Types

Done
Link copied to clipboard
object Done : LensesComponent.Carousel.View.Item.LoadingState
Emitted when content is loaded.
Idle
Link copied to clipboard
object Idle : LensesComponent.Carousel.View.Item.LoadingState
Emitted when content is not loading.
InProgress
Link copied to clipboard
Emitted when content loading in progress.

Inheritors