Classes | |
| class | DialogId |
Static Public Member Functions | |
| static int | showMessage (String message, int buttons, boolean waitForFeedback, int maxTime) throws GeneralException |
| Shows dialog window with a message. | |
| static void | flashMessage (String message, int maxTime) throws GeneralException |
| Shows flash message. | |
| static void | closeDialogs (int maxTime) throws GeneralException |
| Closes all open dialogs (typically menu). | |
| static void | showDialog (int dialogId, int maxTime) throws GeneralException |
| Shows the specified menu dialog given by the identifier. | |
|
static |
Closes all open dialogs (typically menu).
After the call navigation returns to the map view.
| 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 the specified menu dialog given by the identifier.
Please note the list of identifiers DialogId might grow in future.
| dialogId | identifier of the memnu dialog |
| 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.
|
| 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:
| GeneralException | the general exception |
References Api.getInstance(), and Api.getService().