Expand description
Platform UI bridge for runtime modal operations.
The VM must not synchronously block on platform UI. Mobile ports should show
the native dialog on the platform UI thread, then deliver the selected button
back through CommandContext::submit_native_messagebox_result from the main
engine loop or an event-loop callback.