View

interface View : Consumer<LensesComponent.Hints.View.Model>

Defines a contract of a view that is called to show and hide textual hints requested by individual lenses.

Types

Model
Link copied to clipboard
sealed class Model
Defines possible states of lens hints view.

Functions

accept
Link copied to clipboard
abstract fun accept(t: LensesComponent.Hints.View.Model)