Applied
Emitted when the specified lens is applied or, in other words, active.
Constructors
Functions
Properties
Extensions
Link copied to clipboard
fun LensesComponent.Processor.Event.whenApplied(callback: Consumer<LensesComponent.Processor.Event.Applied>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Applied.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenFirstFrameProcessed(callback: Consumer<LensesComponent.Processor.Event.FirstFrameProcessed>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.FirstFrameProcessed.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenIdle(callback: Consumer<LensesComponent.Processor.Event.Idle>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Idle.