This component is deprecated.
Beginning July 1st, 2017, any new channels using this component will be rejected during certification.
Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.
The roMessageDialog sends the roMessageDialogEvent with the following predicates that indicate its valid event types:
isButtonPressed() as Boolean
A button on the screen was selected.
GetIndex() as Integer
Returns the ID of the button which was selected (the first parameter to AddButton).
isScreenClosed() as Boolean
The screen was closed and is no longer displayed to the user.
Since Firmware version 2.7:
isButtonInfo() as Boolean
The Info remote key was pressed.
GetIndex() as Integer
Returns the ID of the button which had focus when the Info key was pressed (the first parameter to AddButton).