AndroidViewBlock

constructor(block: (Context) -> Presentation)


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

Parameters

Presentation

The type of view this block will produce.