Skip to main content

Module ShowMessageBox

Expand description

Wire method: nativeHost:showMessageBox. Surfaces a blocking modal message dialog via tauri_plugin_dialog. Returns { response: 0 } (OK pressed) or { response: 1 } (dismissed). VS Code destructures result.response to determine which button was chosen.

Functionsยง

NativeShowMessageBox