Expand description
Native system dialogs for opening and saving files along with message dialogs.
Structs§
- Access to the dialog APIs.
- The file dialog builder.
- A builder for message dialogs.
Enums§
- Represents either a filesystem path or a URI pointing to a file such as
file://
URIs or Androidcontent://
URIs. - Set of button that will be displayed on the dialog
- Types of message, ask and confirm dialogs.
Traits§
- Extensions to
tauri::App
,tauri::AppHandle
,tauri::WebviewWindow
,tauri::Webview
andtauri::Window
to access the dialog APIs.
Functions§
- Initializes the plugin.