MINI_MESSAGE Element


MINI_MESSAGE (a child element of STEP) is used to display a "mini" message. It shows directly on the screen without the dialogue window and will disappear after a few seconds.

Supported Values

MINI_MESSAGE supports the use of text as value.

Examples

  • <STEP>
    • ......
    • <MINI_MESSAGE>You have 10 minutes left!</MINI_MESSAGE>
    • ......
  • </STEP>