Displays an ok dialog with a message and error icon. @param title the title for the dialog box @param message the message to display
(String title, String message)
| 69 | * @param message the message to display |
| 70 | */ |
| 71 | void showErrorMessage(String title, String message); |
| 72 | |
| 73 | /** |
| 74 | * Displays an ok dialog with a message and information icon. |
no outgoing calls
no test coverage detected