With Lens
Emitted when lenses carousel is activated with a lens selected.
Constructors
Functions
Properties
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.