AndroidViewBlock
class AndroidViewBlock<Presentation : View>(factory: (Context) -> Presentation, update: suspend (Presentation) -> Unit) : ViewBlock
A ViewBlock implementation for Android views.
Parameters
Presentation
The type of view this block will produce.