ScreenPresenters

Process-wide bridge between the public screen API and one installed platform runtime.

Registration and removal are thread-safe. Exactly one presenter may be installed at a time, while a presentation call executes synchronously through the presenter captured at call entry. Application code must not access this bridge.

Functions

Link copied to clipboard

Installs presenter for the current platform-runtime lifetime.

Link copied to clipboard
fun present(definition: ScreenDefinition)

Presents definition through the presenter current at call entry.