Static Public Member Functions | |
| static int | showMessage (String message, int buttons, boolean waitForFeedback, int maxTime) throws GeneralException |
| Shows dialog window with a message. More... | |
| static void | flashMessage (String message, int maxTime) throws GeneralException |
| Shows flash message. More... | |
| static void | closeDialogs (int maxTime) throws GeneralException |
| Error report. More... | |
|
static |
Error report.
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
| GeneralException | the general exception Closes all dialogs. |
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
| GeneralException | the general exception |
References Api.getInstance(), and Api.getService().
|
static |
Shows flash message.
| message | Text of the message to be shown. |
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
| GeneralException | the general exception |
References Api.getInstance(), and Api.getService().
|
static |
Shows dialog window with a message.
| message | Text of the message to be shown. |
| buttons | Type of used buttons. |
| waitForFeedback | Determines whether Application returns reply before user click the button. false - Application will return reply immediately.. |
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
Notes:
ShowMessage shows dialog over full device screen with take message.
It is possible to use following button types:
1 - MbOk
2 - MbOkCancel
3 - MbYesNo
| GeneralException | the general exception |
References Api.getInstance(), and Api.getService().