Event

sealed class Event

All lens lifecycle events available to observe.

Types

Applied
Link copied to clipboard
class Applied(lens: LensesComponent.Lens) : LensesComponent.Processor.Event
Emitted when the specified lens is applied or, in other words, active.
FirstFrameProcessed
Link copied to clipboard
Emitted after the specified lens is applied to the first input frame.
Idle
Link copied to clipboard
object Idle : LensesComponent.Processor.Event
Emitted when no Lens is currently applied.

Inheritors

LensesComponent.Processor.Event
Link copied to clipboard
LensesComponent.Processor.Event
Link copied to clipboard
LensesComponent.Processor.Event
Link copied to clipboard

Extensions