Activated
Emitted when lenses carousel is activated or, in other words, visible to user.
Types
Link copied to clipboard
Emitted when lenses carousel is activated without a lens selected.
Link copied to clipboard
Emitted when lenses carousel is activated with a lens selected.
Inheritors
Extensions
Link copied to clipboard
fun LensesComponent.Carousel.Event.whenActivated(callback: Consumer<LensesComponent.Carousel.Event.Activated>)
Notifies when event emitted by LensesComponent.Carousel is LensesComponent.Carousel.Event.Activated.
Link copied to clipboard
fun LensesComponent.Carousel.Event.whenActivatedIdle(callback: Consumer<LensesComponent.Carousel.Event.Activated.Idle>)
Notifies when event emitted by LensesComponent.Carousel is LensesComponent.Carousel.Event.Activated.Idle.
Link copied to clipboard
fun LensesComponent.Carousel.Event.whenActivatedWithLens(callback: Consumer<LensesComponent.Carousel.Event.Activated.WithLens>)
Notifies when event emitted by LensesComponent.Carousel is LensesComponent.Carousel.Event.Activated.WithLens.
Link copied to clipboard
fun LensesComponent.Carousel.Event.whenDeactivated(callback: Consumer<LensesComponent.Carousel.Event.Deactivated>)
Notifies when event emitted by LensesComponent.Carousel is LensesComponent.Carousel.Event.Deactivated.