Types
Link copied to clipboard
Emitted when lenses carousel is activated or, in other words, visible to user.
Link copied to clipboard
Emitted when lenses carousel is deactivated or, in other words, not visible to user.
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.