AndroidViewBlock

constructor(block: (Context) -> Presentation)


constructor(block: (Context) -> Presentation, update: (Presentation) -> Unit = NoOpUpdate)

Parameters

Presentation

The type of view this block will produce.