UiPresenter

fun interface UiPresenter(source)

Platform presenter: validate the calling thread before transferring contents, then own every cleanup path.

Functions

Link copied to clipboard
abstract fun present(definition: UiDefinition): UiSession

Consumes an available definition and returns its owner-thread session handle.