sdk.message
Home > @matterway/sdk > Message
Message namespace
Functions
Function | Description |
---|---|
showMessage(ctx, options) | Renders a dialog with a text message. It displays a bubble with a text message, header and navigation buttons, and waits until the user clicks one of the buttons. Common uses for this dialog are: - Displaying the results of an action; - Explaining what will happen in the next step; - Asking users to perform actions, and resuming once they they are done. |
Interfaces
Interface | Description |
---|---|
ShowMessageOptions |
Variables
Variable | Description |
---|---|
DEFAULT_SHOW_MESSAGE_OPTIONS | Default options for showMessage |