Skip to main content

Module native_ui

Module native_ui 

Source
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.

Structs§

NativeMessageBoxButton
NativeMessageBoxRequest
NativeMessageBoxResult
NativeUiRuntime

Enums§

NativeMessageBoxKind

Traits§

NativeUiBackend