Shows a popup asking the user for confirmation.
(opts ConfirmOpts)
| 133 | Alert(title string, message string) |
| 134 | // Shows a popup asking the user for confirmation. |
| 135 | Confirm(opts ConfirmOpts) |
| 136 | // Shows a popup asking the user for confirmation if condition is true; otherwise, the HandleConfirm function is called directly. |
| 137 | ConfirmIf(condition bool, opts ConfirmOpts) error |
| 138 | // Shows a popup prompting the user for input. |
no outgoing calls
no test coverage detected