Skip to main content

sdk.message

Home > @matterway/sdk > Message

Message namespace

Functions

FunctionDescription
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

InterfaceDescription
ShowMessageOptions

Variables

VariableDescription
DEFAULT_SHOW_MESSAGE_OPTIONSDefault options for showMessage