AndroidViewBlock

constructor(block: (Context) -> Presentation)


constructor(factory: (Context) -> Presentation, update: suspend (Presentation, Data) -> Unit)

Parameters

Presentation

The type of view this block will produce.

Data

The type of the data this block will accept to update the view.