present

abstract fun present(definition: ScreenDefinition)(source)

Presents definition or fails while preserving its ownership contract.

Parameters

definition

available one-shot definition owned by the caller until transfer.

Throws

when the calling thread is invalid; implementations must throw before transfer.

when presentation fails; after transfer the implementation owns all cleanup.