User interaction - informational messages, error messages, questions and other dialogs.
Methods
(static) info(title, text)
Show information message
Parameters:
| Name | Type | Description |
|---|---|---|
title | String | Title |
text | String | Message |
(static) openUrl(url)
Open URL in external browser
Parameters:
| Name | Type | Description |
|---|---|---|
url | String | URL |