mqscript_ui_show
Display UI dialogs in mobile automation workflows to present information or gather user input during script execution.
Instructions
Show the UI dialog
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | No | Dialog title | Dialog |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"default": "Dialog",
"description": "Dialog title",
"type": "string"
}
},
"required": [],
"type": "object"
}